https://github.com/trainyard/template-lite
A minimal template for choo-cli
https://github.com/trainyard/template-lite
Last synced: 7 months ago
JSON representation
A minimal template for choo-cli
- Host: GitHub
- URL: https://github.com/trainyard/template-lite
- Owner: trainyard
- Created: 2016-07-27T11:06:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T14:28:58.000Z (over 9 years ago)
- Last Synced: 2025-07-25T21:21:14.855Z (8 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @choo/template-lite
## Usage
```
npm install @choo/cli @choo/template-lite -g
```
```
mkdir newProject && cd newProject
```
```
choo init
```