0.1.0 • Published 4 years ago

@svrx/create-plugin v0.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

@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
0.1.0

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago