0.0.1 • Published 3 years ago

generator-dpsnetcoreapi v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

DPS React App Generator

This is a Yeoman generator that will create the basic 'getting started' structure of a new React Web App for the Digital Productivity Studio.

This is a very new work in progress and needs a lot of help. Please consider contributing.

Contributing

  1. Install or update Yeoman.
  2. Read the documentation on how Yeoman Generators work.
  3. Clone this repository.
  4. Create a branch for your changes: git checkout -b my-amazing-updates
  5. Make some changes
  6. Run: npm link in the root of this project -- this will allow you to run your generator locally without 'installing' it.
  7. Open a command prompt where you would like to generate an application.
  8. Run: yo dpsreactapp
  9. Ensure that your changes work as expected.
  10. Push your branch: npm push -u origin my-amazing-updates
  11. Submit a pull request!