0.1.4 • Published 7 years ago
create-fancy-plugin v0.1.4
create-fancy-plugin
- Clone
create-fancy-pluginand rename it with your plugin name.
orgit clone git@github.com:humayunkabir/create-fancy-plugin.git PLUGIN_NAMEgit 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-urlcommand.
orgit remote set-url origin git@github.com:USERNAME/PLUGIN_NAME.git
Verify that the remote URL has changed.git remote set-url origin https://github.com/USERNAME/PLUGIN_NAME.gitgit remote -v - Download dependencies
npm i - To start
orgulpnpm start - Change the reference of
create-fancy-pluginwith your plugin name and theurls inpackage.jsonfile. - To build
distrun:
orgulp distnpm run build
Changing a remote's URL: https://help.github.com/en/articles/changing-a-remotes-url
Please report bugs and contribute at github.