Skip to content

threefoldtecharchive/js-ext-template-cookiecutter

Repository files navigation

js-ext-template

can quickly bootstrap js-ng extensions using cookiecutter generator

project variables will be asked while generation

➜  js-next cookiecutter js-ext-template
full_name [xmonader]: 
email [[email protected]]: 
github_username [xmonader]: 
app_title [js-extension]: 
repo_name [js-extension]: 
short_description [js-ng extension]: aaaa
version [0.1.0]: 
year [2019]: 

e.g of the generated structure

└── {{cookiecutter.repo_name}}
    ├── docs
    ├── __init__.py
    ├── jumpscale
    │   ├── clients
    │   ├── sals
    │   └── tools
    ├── LICENSE
    ├── pyproject.toml
    ├── README.md
    ├── scripts
    └── tests

usage

using github url

cookiecutter https://github.com/js-next/js-ext-template-cookiecutter

locally

1- clone the template git clone https://github.com/js-next/js-ext-template-cookiecutter

2- generate

cookiecutter js-ext-template-cookiecutter

About

cookiecutter for js-next extentions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages