brix-nova-plugin-builder
v1.0.4
Published
Scaffold a CELUM Nova plugin workspace via a single command.
Readme
Brix Nova Plugin Builder
This builder generates a boilerplate for a nova plugin using Angular. This version only works for CELUM plugins for 6.20.
Usage
Run with npx (recommended, no install needed):
npx brix-nova-plugin-builder <pluginName>Or install globally:
npm install -g brix-nova-plugin-builder
create-brix-nova-plugin <pluginName>It is recommended to use camelCase for the plugin name. Check the newly created directory and its README.md for further instructions.
