Skip to content

threefoldtecharchive/js-ext-template-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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