1.0.1 • Published 4 years ago

@bdsx/plugin-example v1.0.1

Weekly downloads
42
License
ISC
Repository
-
Last release
4 years ago

Make the bdsx plugin project with bootstrap

> npm run newplugin ./path/to/plugin 
# it will install the generated plugin as a local package

Publish the bdsx plugin

  1. Create an npm account if you don't have one yet. NPM Sign Up
  2. Login with the command line
> npm login
npm notice Log in on https://registry.npmjs.org/
Username: # Enter Username
Password: # Enter Password
Email: (this IS public) # Enter Email
  1. Publish with the command line
> cd path/to/plugin # move to the plugin directory
> npm publish --access=public # publish the plugin

Install the plugin to the other project

> npm i @bdsx/pluginname
1.0.1

4 years ago

1.0.0

4 years ago