Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artiely/timing-cli
https://github.com/artiely/timing-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artiely/timing-cli
- Owner: artiely
- Created: 2020-07-23T11:05:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T20:45:00.000Z (over 3 years ago)
- Last Synced: 2023-02-27T01:42:05.193Z (almost 2 years ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timing-cli
A simple CLI for creating your project.# Installation
```
npm install timing-cli -g
```# Usage
Open your terminal and type `timing` or `timing -h` , you'll see the help infomation below:
```
Usage: timingCommands:
init Generate a new project by selecting
add Add a new template
delete Delete a template
list List all the templates
create Generate a new project by template nameOptions:
-h, --help output usage information
-V, --version output the version number
```> Note that if you are using `MacOS`, `sudo` was required while using commands `add` and `delete`.
# License
MIT.