new-package
Version:
An alternative to `npm init`
23 lines (15 loc) • 432 B
Markdown

## Installation:
> You must have [node.js](https://nodejs.org) installed to be able to use npm.
```bash
npm install -g new-package
```
## Usage
```bash
new
```
you can also specify a different directory ```new my-project```.
**new-package** will ask you for all the necessary information and fill in all the information it can automatically generate.
DONE!😉
## License
MIT