Additional filters and tags for
Project Scaffolder
Installation — Documentation — Contributing — License
Go to the Project Scaffolder
repostitory to install it.
Run the following command inside your template project.
npm install --save project-scaffolder-extras
Feel free to read the annotated source code
To add those extra filters
and tags
just update your scaff.yml
like below:
prompt:
properties:
propertyName:
message: Somme message
required: true
default: true
extras:
- project-scaffolder-extras
- Fork
- Create a topic branch -
git checkout -b feature
- Push to your branch -
git push origin feature
- Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
Project Scaffolder Extras is licensed under the MIT License. See LICENSE.txt for the full text.