1.11.0 • Published 3 years ago

generator-create-package v1.11.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Features

Generated package includes the following features:

Installation

Make sure yeoman is installed

$ yarn global add yo

Then install the generator

$ yarn global add generator-create-package

Usage

Create a new directory

$ mkdir package-name

Then navigate to the created directory and run the following command to generate source

$ yo create-package

This scaffolds out:

├── .husky
├── src
│   └── index.ts
├── .gitignore
├── package.json
├── README.md
├── rollup.config.js
└── tsconfig.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.

Authors

BoringCodes

License

MIT

1.11.0

3 years ago

1.10.1

3 years ago

1.10.0

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.8.2

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.2.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.3

4 years ago