Create Node App extension template.
Extension description here.
This section is needed in case of depending on other extensions. For example, --redux
extension is needed to use --saga
.
Detail how the crwp command should be executed to add your extension, e.g:
$ npx create-react-webpack-project my-app --extend "https://github.com/Create-Node-App/extension-template?branch=master"
If you want to define the extension in a different path you should do it in the following way
$ npx create-react-webpack-project my-app --extend "https://github.com/Create-Node-App/extension-template?branch=master&subdir=<subdir/path/to/extension>"
It would be great if you detail why to use your extension, what things it adds to the generated boilerplate and incompatibilities with known extensions if necessary.