Next Steps
Now that you have the basics of plugin development down, check out the full developer API for more in-depth detail on the available functionality.
Check out the @act/plugins
generator for project generation to help you get started using your favorite framework (more framework support for the generator will come in future updates).
CLI
From the terminal, go to the directory you wish to hold your project and run the following command:
npm set registry http://npm.actops.com
act plugin init
This function will generate your project structure for you with initial code and configuration. This should place you through all of the Getting Started
. Check out the Fundamentals API section for consuming this library.