An open API service indexing awesome lists of open source software.

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

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.