UNPKG

936 BMarkdownView Raw
1[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
2
3A shared dependency for all our front end applications. It includes a host of useful libraries and provides generators to create new applications.
4
5To generate a new app using ```plop```:
6
7```
8plop --plopfile ./plopfile.js
9```
10
11where plopfile.js is the plopfile provided by this repository.
12
13Once you've created an app, you can add domains to it by running:
14
15```
16npm run generate
17```
18
19from within the app.
20
21### Config
22
23Reforge apps have a pretty comprehensive webpack config set by default but if you want to add anything, you can create a webpack.config.js file in the base directory that will be required and merged into the Reforge config.
24
25### Scripts
26
27This package creates the following commands: ```reforge:start```, ```reforge:build``` and ```reforge:gen```
28
29Use --help to determine the use of each.
30
\No newline at end of file