Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 598 Bytes

svrx-plugin-hello-world

svrx npm

The svrx plugin for hello-world

Usage

Please make sure that you have installed svrx already.

Via CLI

svrx -p "hello-world?user=svrxjs"

Via API

const svrx = require('@svrx/svrx');

svrx({ plugins: [ 'hello-world' ] }).start();

Options

  • user: user, example param