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
- Host: GitHub
- URL: https://github.com/teambit/cmd-example
- Owner: teambit
- Created: 2022-06-02T21:12:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T17:18:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T09:38:19.512Z (5 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.