0.0.4 • Published 8 years ago

with.js v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

with.js

Simple shell utility to prefix command for continuous workflow.

$ with git
git -> add *
git -> commit -m "Initial commit"
git -> push

Install

Make sure you have a working Node.js in your machine.

$ npm install -g with.js

Usage

with <command>

It will start an interactive shell prefixed by the command that you don't want to repeat. After that, type the subcommand then press the ENTER key.

Press Ctrl + D keys to exit.

Flavors

Don't use Node.js? Feel free to choose from these different flavors.

Contact

You can contact me on my email lyntor.figueroa@gmail.com or on twitter @KazeFlame30

License

This open-source software is licensed under the MIT License.

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago