1.1.0 β€’ Published 1 year ago

@hperchec/juisy v1.1.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

🍊 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

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-beta.7

2 years ago

1.0.0-beta.6

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago