Skip to content

conductor-sdk/conductor-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published