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

@kul-kus/esy

v1.2.1

Published

esy is a Command Line Interface tool that simplifies basic git operations. Also, it simplifies account switching in webMethods.io Integration connectors along with performing various CRUD operations in accounts.

Downloads

3

Readme

Installation

In order to get started with ‘esy’, you will first need to install it on your system. To do so, run the following command:

npm i @kul-kus/esy -g

NOTE: For Ubuntu OS, make sure to run the 'esy store' command before using any git commands.

Contents

Get Started

esy is a Command Line Interface tool that simplifies basic git operations. Also, it simplifies account switching in webMethods.io Integration connectors along with performing various CRUD operations in accounts.

Commands

Following are the commands which esy npm supports.

push

Pushes changes to your git repository. It provides you with an interactive CLI user interface to select your changes to push.

  esy push <commit_message>

Push

pull

Pulls changes from git repository.

  esy pull

Pull

checkout

Checks out to a specific branch and pulls latest changes from the selected branch. It provides a list of branches you can checkout to.

  esy checkout 

Checkout

branch

Use this command to know your current branch.

  esy branch 

store

Use this command to store your git credentials on your disk.

  esy branch 

change

Changes the account for webMethods.io Integration CLI connector. This Command provides you an interactive CLI user interface to select your account from.

  esy change <filter_param>

show

Use this command to view specific authentication files.

  esy show <filter_param>

create

Use this command to create a new authentication file.

  esy create

update

Use this command to update a specific authentication file.

  esy update <filter_param>

rename

Use this command to rename a specific authentication file.

  esy rename <filter_param>

delete

Use this command to delete a specific authentication file.

  esy delete <filter_param>

whoami

Use this command to show the current user.

  esy whoami

kill

Use this to kill any running process.

  esy kill <port_number>

Checkout

schema

Use this schema for specified object.

  esy schema <input_object>

help

Use this command to list all the commands you can use.

  esy help

version

Use this command to list current version of your esy npm.

  esy version