https://github.com/create-node-app/extension-template
Create Node App extension template
https://github.com/create-node-app/extension-template
Last synced: 11 months ago
JSON representation
Create Node App extension template
- Host: GitHub
- URL: https://github.com/create-node-app/extension-template
- Owner: Create-Node-App
- License: mit
- Created: 2020-09-28T13:11:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T21:49:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T07:15:22.705Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
$ 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
```sh
$ npx create-react-webpack-project my-app --extend "https://github.com/Create-Node-App/extension-template?branch=master&subdir="
```
## 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.