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

https://github.com/teambit/cmd-example

an example how to create a new command in bit
https://github.com/teambit/cmd-example

Last synced: 3 months ago
JSON representation

an example how to create a new command in bit

Awesome Lists containing this project

README

        

# cmd-example
an example how to create a new command in bit

# usage
```
bit compile
bit install
bit cmd-example
```

if all is good, you should see "hello world" in the output.