This repository contains templates and extensions for the https://www.npmjs.com/package/create-awesome-node-app package.
-
Fork this repository
-
Add your template or extension to the
templates
orextensions
folder respectively (see below for more details) -
Add your template or extension to the
templates.json
in thetemplates
orextensions
property respectively with the following format:{ "name": "template-name", "description": "Template description", "url": "https://github.com/username/repository/tree/branch/path/to/template", "type": "template_type", "category": "template_category", "labels": ["template", "labels"] }
Check the template properties section for more details.
-
Create a pull request!
Property | Description | Type |
---|---|---|
name | The name of the template or extension | string |
description | A short description of the template or extension | string |
url | The URL to the template or extension. For example, if you want to use a template from a GitHub repository, you can use the following format: https://github.com/username/repository/tree/branch/path/to/template |
string |
type | The type of the template or extension. Can be any value that will be used to group templates and extensions. For example, if you want to add a new template and five extensions related to it, you can use the same type for all of them. | string |
category | The category of the template or extension. Can be any value that will be used to group templates and extensions. | string |
labels | An array of labels that will be used to filter templates and extensions. | string[] |