https://github.com/isur/project-template-selector
Select project template
https://github.com/isur/project-template-selector
Last synced: about 1 month ago
JSON representation
Select project template
- Host: GitHub
- URL: https://github.com/isur/project-template-selector
- Owner: Isur
- Created: 2022-06-05T14:55:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T22:19:44.000Z (about 4 years ago)
- Last Synced: 2024-04-24T13:28:11.081Z (about 2 years ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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`
```bash
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.