0.1.1 • Published 5 years ago
@boringcodes/create-package v0.1.1
Installation
Make sure yeoman
is installed:
$ yarn global add yo
Then install the generator
$ yarn global add @boringcodes/create-package
Usage
With yo:
$ yo create-package
This scaffolds out:
├── CHANGELOG.md
├── README.md
├── package.json
├── rollup.config.js
├── src
│ ├── index.ts
│ └── package-name
│ └── index.ts
├── tsconfig.json
└── tslint.json
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.