npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

scriptflow-cli

v1.0.2

Published

A workflow CLI created to streamline any tasks that are done on a regular basis through the terminal

Downloads

19

Readme

Scriptflow CLI: Command Line Workflow Automation Tool

Updated Versions Need to Know

Scriptflow CLI is a sophisticated command-line interface (CLI) tool specifically designed for streamlining the management and execution of custom command flows. Compatible with various terminal profiles including Bash, Zsh, PowerShell, and CMD, Scriptflow CLI simplifies creating, listing, running, deleting, and editing command sequences with ease.

Installation

Install Scriptflow CLI globally using npm for easy access across your system:

npm install -g scriptflow-cli

This installation process integrates Scriptflow CLI seamlessly into your terminal, making the flow command globally accessible.

Usage

Scriptflow CLI enhances your command line efficiency with the following commands:

Initialize Scriptflow CLI

Start by initializing Scriptflow CLI to set up your preferred terminal profile and flow directory:

flow init

Announcements

Stay updated with the latest changes and features:

flow news

Create a New Flow

Easily create a new command flow:

flow create

You'll be guided to define a flow name, path, and command sequence, culminating in a custom script tailored for your terminal environment.

List All Flows

View all your created flows with ease:

flow list

Execute a Flow

Run any predefined flow swiftly:

flow run <flowName>

Replace <flowName> with your desired flow's name.

Delete a Flow

Remove any existing flow:

flow delete <flowName>

Just replace <flowName> with the flow you wish to delete.

Edit a Flow

Modify any flow with your default text editor:

flow edit <flowName>

Change <flowName> to the name of the flow you intend to edit.

Updates:

Set to Default

Set scriptflow to default settings, with the option to delete flows:

flow default

After resetting you will need to re initialize Scriptflow with flow init

Update Scriptflow CLI

Keep your Scriptflow CLI up to date with the latest version:

flow update

or traditionally using the npm command:

npm update -g scriptflow-cli

Help

Access the help menu for a list of all available commands:

flow help

Configuration

Customize your Scriptflow CLI experience by tweaking the config.json file, allowing adjustments in terminal profiles and default settings.

Contributing

Join the Scriptflow CLI community! Contributions, bug reports, and feature suggestions are welcome. Visit our GitHub repository for more details.

License

Scriptflow CLI is open-source, licensed under the MIT License. Refer to the LICENSE file for more information.