https://github.com/trapcodeio/myclt-demo-command
https://github.com/trapcodeio/myclt-demo-command
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trapcodeio/myclt-demo-command
- Owner: trapcodeio
- Created: 2023-08-09T16:18:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T16:27:51.000Z (over 2 years ago)
- Last Synced: 2025-03-20T05:34:56.665Z (9 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Install `clt` if not already installed.
```bash
npm install -g myclt
# OR
yarn global add myclt
```
Link the command to myclt, either by cloning the repo locally or link remotely:
### Locally
- Clone the repo locally.
- `cd` to the directory where you want to clone the repo.
- Run `clt /link market` to link the command to myclt.
Run `clt /list` to see the added list of commands.
### Remotely
```bash
clt /link/git https://github.com/trapcodeio/myclt-demo-command market
```
Run `clt /list` to see the added list of commands.
To update the files of this command, run:
```bash
clt /link/git/update https://github.com/trapcodeio/myclt-demo-command
```