https://github.com/conductor-sdk/conductor-devtools
https://github.com/conductor-sdk/conductor-devtools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conductor-sdk/conductor-devtools
- Owner: conductor-sdk
- Created: 2024-01-19T20:24:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T16:46:04.000Z (over 2 years ago)
- Last Synced: 2024-01-25T17:54:04.202Z (over 2 years ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conductor DevTools
## Installation
```bash
npm install cdt -g
```
or clone the repository. Build and install as follow:
```bash
nmp install
npm run build
npm install -g .
```
## Usage
```bash
cdt --type worker --lang javascript --name mydemo --task mytask
```
This command will generate files located in the conductor-sdk/boilerplates repository, attributes lang and type will pick the corresponding boilerplate (Ex: /javascript/worker/core).
You can access a specific boilerplate using the --boilerplate argument.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)