Initialize a svrx plugin by running one command.
Node >= 8 LTS
- npm
npm init @svrx/plugin
# Publish npm package with scope
# npm init @svrx/plugin --scope=<scope-name>
- yarn
yarn create @svrx/plugin
# Publish npm package with scope
# yarn create @svrx/plugin --scope=<scope-name>
Make sure you've installed svrx-cli globally.
In plugin directory:
npm start
npm install
git commit
follows the specnpm run release