1.11.0 • Published 4 years ago
generator-create-package v1.11.0
Features
Generated package includes the following features:
- RollupJS with @rollup/plugin-typescript, @rollup/plugin-node-resolve & @rollup/plugin-commonjs
- Prettier with @boringcodes/prettier-config
- ESLint with @boringcodes/eslint-config-typescript
- Husky
- Lint Staged
- Standard Version
Installation
Make sure yeoman is installed
$ yarn global add yoThen install the generator
$ yarn global add generator-create-packageUsage
Create a new directory
$ mkdir package-nameThen navigate to the created directory and run the following command to generate source
$ yo create-packageThis scaffolds out:
├── .husky
├── src
│ └── index.ts
├── .gitignore
├── package.json
├── README.md
├── rollup.config.js
└── tsconfig.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.
Authors
License
1.11.0
4 years ago
1.10.1
4 years ago
1.10.0
4 years ago
1.9.4
5 years ago
1.9.3
5 years ago
1.9.2
5 years ago
1.9.1
5 years ago
1.8.2
5 years ago
1.9.0
5 years ago
1.8.1
5 years ago
1.8.0
5 years ago
1.7.1
5 years ago
1.7.0
6 years ago
1.6.0
6 years ago
1.5.0
6 years ago
1.2.0
6 years ago
1.4.0
6 years ago
1.3.0
6 years ago
1.1.0
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
0.1.3
6 years ago