create-fancy-plugin
v0.1.4
Published
Create Fancy Plugin
Downloads
15
Maintainers
Readme
create-fancy-plugin
- Clone
create-fancy-plugin
and rename it with your plugin name.
orgit clone [email protected]:humayunkabir/create-fancy-plugin.git PLUGIN_NAME
git clone https://github.com/humayunkabir/create-fancy-plugin.git PLUGIN_NAME
- Enter into your plugin folder.
cd PLUGIN_NAME
- Change your remote's URL from SSH or HTTPS with the
git remote set-url
command.
orgit remote set-url origin [email protected]:USERNAME/PLUGIN_NAME.git
Verify that the remote URL has changed.git remote set-url origin https://github.com/USERNAME/PLUGIN_NAME.git
git remote -v
- Download dependencies
npm i
- To start
orgulp
npm start
- Change the reference of
create-fancy-plugin
with your plugin name and theurl
s inpackage.json
file. - To build
dist
run:
orgulp dist
npm run build
Changing a remote's URL: https://help.github.com/en/articles/changing-a-remotes-url
Please report bugs and contribute at github.