An open API service indexing awesome lists of open source software.

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 :)

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```