updated readme
This commit is contained in:
parent
9442f738d9
commit
9bb85ca666
10
README.md
10
README.md
@ -7,11 +7,13 @@ nodejs wrapper for CLI related tasks
|
|||||||
[![devDependency Status](https://david-dm.org/pushrocks/smartcli/dev-status.svg)](https://david-dm.org/pushrocks/smartcli#info=devDependencies)
|
[![devDependency Status](https://david-dm.org/pushrocks/smartcli/dev-status.svg)](https://david-dm.org/pushrocks/smartcli#info=devDependencies)
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
This npm package comes with everything you need to start your own gulp plugin.
|
```js
|
||||||
|
|
||||||
We recommend modifying the ts/index.ts file,
|
//returns true for terminal command "node yourjs.js jazz"
|
||||||
then run `npm install` to install the dev dependencies
|
smartcli.checkCommand('jazz');
|
||||||
and use `npm test` to compile the TypeScript file.
|
|
||||||
|
smartcli.getOption('myoption');
|
||||||
|
``
|
||||||
|
|
||||||
Cheers
|
Cheers
|
||||||
Phil from Lossless Digital
|
Phil from Lossless Digital
|
||||||
|
Loading…
Reference in New Issue
Block a user