Skip to content

svrxjs/svrx-plugin-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published