Project template selector
Select one of available templates and choose path to folder where you want to use this.
Usage
npx @isur/project-template-selector
1. Simple Typescript App with jest, husky, linter, prettier.
2. Simple Typescript Package with jest, husky, linter, prettier.
3. Simple Python App with black, pytest, coverage.
Select index of template you want to use: 3
Selected: Simple Python App with black, pytest, coverage.
Where to create project?../test
Template Simple Python App with black, pytest, coverage. prepared at /home/isur/Projects/Private/test.
Available templates are in /src/templates
.
List of templates:
-
/src/templates/typescript-app
- Typescript app with husky, jest, eslint, prettier, editorconfig. -
/src/templates/typescript-package
- Typescript package with husky, jest, eslint, prettier, editorconfig.