generator-mskelton
v1.9.0
Published
Yeoman generator for my projects.
Downloads
9
Maintainers
Readme
Yeoman Generator mskelton
Yeoman generator for my projects.
Installation
First, install Yeoman and generator-mskelton.
npm install -g yo
npm install -g generator-mskelton
Usage
yo mskelton
In addition to the base mskelton generator, this package also includes a generator for creating GitHub repositories. To use this generator, first ensure that you have a GITHUB_TOKEN
exported in your shell. This token can be created on your GitHub user settings and should have the public_repo
OAuth scope.
Once you have exported the GITHUB_TOKEN
environment variable, run the following command to run the repo generator.
yo mskelton:repo
Contributors ✨
This project follows the all-contributors specification. Contributions of any kind welcome!