Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.47 KB

project-scaffolder-extras

Additional filters and tags for Project Scaffolder

InstallationDocumentationContributingLicense

Installation

Go to the Project Scaffolder repostitory to install it.

Run the following command inside your template project.

npm install --save project-scaffolder-extras

Documentation

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

Contributing

  • 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.

License

Project Scaffolder Extras is licensed under the MIT License. See LICENSE.txt for the full text.