https://github.com/thanoshanmv/we
A friendly TypeScript CLI :)
https://github.com/thanoshanmv/we
cli typescript
Last synced: 8 months ago
JSON representation
A friendly TypeScript CLI :)
- Host: GitHub
- URL: https://github.com/thanoshanmv/we
- Owner: ThanoshanMV
- Created: 2021-04-09T07:54:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T08:10:04.000Z (about 5 years ago)
- Last Synced: 2025-02-02T06:11:26.023Z (over 1 year ago)
- Topics: cli, typescript
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# we
A friendly TypeScript CLI :)
Commands
* `we`
* `we hi`
* `we status`
* `we help`
## Development
* Pull requests are always welcome. Pick an issue and help us out to make this CLI awesome!
### Development guide
* Clone the project:
* ```$ git clone https://github.com/USERNAME/we.git```
* Go the project:
* ```$ cd we```
* Install dependencies:
* ```$ npm install```
* Start and have fun!
* ```$ npm start```