0.1.1 • Published 6 years ago
@boringcodes/create-package v0.1.1
Installation
Make sure yeoman is installed:
$ yarn global add yoThen install the generator
$ yarn global add @boringcodes/create-packageUsage
With yo:
$ yo create-packageThis scaffolds out:
├── CHANGELOG.md
├── README.md
├── package.json
├── rollup.config.js
├── src
│ ├── index.ts
│ └── package-name
│ └── index.ts
├── tsconfig.json
└── tslint.jsonContributing
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.