@bdsx/plugin-example

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @bdsx/plugin-example

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.36 kB

Total Files

4

Last publish

Collaborators

  • karikera