@svrx/create-plugin

0.1.0 • Public • Published

@svrx/create-plugin

npm

Initialize a svrx plugin by running one command.

Usage

Node >= 8 LTS

Initialize

  • 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>

Test with plugin

Make sure you've installed svrx-cli globally.

In plugin directory:

npm start

Development

  • npm install
  • git commit follows the spec
  • npm run release

Readme

Keywords

Package Sidebar

Install

npm i @svrx/create-plugin

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

18.3 kB

Total Files

20

Last publish

Collaborators

  • int64ago
  • leeluolee
  • xuchaoying