This generator helps to setup new projects in the Springworks organization.
And yes, it will add badges and license to the README.md file for public projects.
First of all you need the yo cli tool to run the generators.
$ npm install -g yoInstall the generator:
$ cd generator-springworks
$ npm install -gEnsure your project is an NPM project (i.e. run npm init unless already initialized).
Once all the required packages are installed you can run
$ mkdir my-awesome-project && cd my-awesome-projectFor example, to generate linting...
$ yo springworks:lintingTo list all generate helpers, run:
$ yo --helpMIT

