Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 720 Bytes

File metadata and controls

35 lines (22 loc) · 720 Bytes

Conductor DevTools

Installation

npm install cdt -g

or clone the repository. Build and install as follow:

nmp install
npm run build
npm install -g .

Usage

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