Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 892 Bytes

File metadata and controls

27 lines (16 loc) · 892 Bytes

Extension Template

Create Node App extension template.

Extension description here.

Dependencies

This section is needed in case of depending on other extensions. For example, --redux extension is needed to use --saga.

How to use

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>"

Docs

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.