what-plugin-template

1.0.4 • Public • Published

what-plugin-template

a normal js plugin template

NPM JavaScript Style Guide

Use

Clone me, to create a new js plugin!

ENV

export MY_GITHUB_ORG=zhangsan
export MY_PLUGIN_NAME=js-plugin-SOMETHING
git clone git@github.com:niexq/what-plugin-template.git

mv what-plugin-template $MY_PLUGIN_NAME

cd $MY_PLUGIN_NAME

git remote rm origin

git remote add origin "git@github.com:$MY_GITHUB_ORG/$MY_PLUGIN_NAME.git"

yarn install && yarn link

cd example && yarn install && yarn link $MY_PLUGIN_NAME

cd .. && yarn run start-dev

Install

npm install --save what-plugin-template

or

yarn add what-plugin-template

License

MIT

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i what-plugin-template

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    4.97 kB

    Total Files

    7

    Last publish

    Collaborators

    • niexq