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