Skip to content

julianpalmerio/cna-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cna Templates

This repository contains templates and extensions for the https://www.npmjs.com/package/create-awesome-node-app package.

How to add new templates or extensions?

  1. Fork this repository

  2. Add your template or extension to the templates or extensions folder respectively (see below for more details)

  3. Add your template or extension to the templates.json in the templates or extensions 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.

  4. Create a pull request!

Template Properties

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[]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 87.2%
  • TypeScript 6.7%
  • Shell 2.1%
  • Dockerfile 1.6%
  • CSS 0.9%
  • JavaScript 0.9%
  • Other 0.6%