0.1.1 • Published 9 years ago

project-scaffolder-extras v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

project-scaffolder-extras

Additional filters and tags for Project Scaffolder

Installation Documentation Contributing License

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

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.

0.1.1

9 years ago

0.1.0

9 years ago