act-master-cli
v1.3.1
Published
CLI for [act-master](https://www.npmjs.com/package/act-master)
Maintainers
Readme
Act-Master-CLI
CLI for act-master
About
act-master-cli - adds the ability to automatically build and generate interfaces and lists of typescript actions.
With act-master-cli, you will noticeably increase the stability and reliability of your application.
How to install
npm install -D act-master-cliUsage
# show help message
npx act-master-cli help# create ".act-master.yaml" file, to set up your project
npx act-master-cli init# Generate actions interfaces and action list files
npx act-master-cli generate
# OR
npx act-master-cli gact-master-cli generate - creates files with the interfaces of your actions and with an array to be embedded in the library.
