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
cookiecutter https://github.com/js-next/js-ext-template-cookiecutter
1- clone the template git clone https://github.com/js-next/js-ext-template-cookiecutter
2- generate
cookiecutter js-ext-template-cookiecutter