@hperchec/juisy

1.1.0 • Public • Published

🍊 juisy

Install package:

npm install -D @hperchec/juisy

Squeeze!

npx juisy squeeze

You will get:

./
├─ bin/ # contains CLI
│  └─ cli/
│     ├─ cmds/ # commands dir
│     ├─ lib/ # libraries used by commands
│     └─ index.js # CLI entry file
├─ docs/
│  └─ readme # contains configuration for @hperchec/readme-generator
└─ ...

...and some new scripts in your package.json file:

"docs", // generate documentation
"docs:api", // only api
"docs:readme", // only README file
"release", // make a release
"changelog" // generate CHANGELOG file

Just use --help option to show help:

node ./bin/cli --help

See utils documentation


Made with by Hervé Perchec

Package Sidebar

Install

npm i @hperchec/juisy

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

49.1 kB

Total Files

25

Last publish

Collaborators

  • herveperchec