A javascript package template and cli tool.
npm install @juliendargelos/package
A javascript package template and cli tool.
With yarn:
```
yarn global add @juliendargelos/package
With npm:
``
npm install -g @juliendargelos/package
Create a package:
```
package [PATH]
If path is omitted, the package will be created in the working directory.
- rollup
+ cmjs, es, umd
+ rollup-plugin-terser
+ rollup-plugin-eslint
- typescript
- babel
+ babel-plugin-proposal-class-properties
+ babel-plugin-proposal-decorators
+ babel-plugin-module-resolver
- typedoc
- jsdoc
+ minami
+ markdown
+ jsdoc-this-type-plugin
+ jsdoc-inheritparams-plugin
- eslint
- jest
+ Codeclimate reporter
- husky
- MIT Licence