reactioncommerce / generator-reaction

Project generator for Reaction NodeJS projects. Built with Yeoman.
Other
5 stars 3 forks source link

feat: add npm package project generator #17

Closed aldeed closed 6 years ago

aldeed commented 6 years ago

Resolves #13

Adds a yo reaction:npm command for generating a new NPM package project.

Testing

mkdir package-name
cd package-name
yo reaction:npm

Then answer the prompts. Then make sure all of the generated files look like what we want and none are missing.

rc-publisher commented 6 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: