Life isn't about finding yourself. Life is about creating yourself.
See on GitHubClone create-fancy-plugin
and rename it with your plugin name.
git clone git@github.com:humayunkabir/create-fancy-plugin.git PLUGIN_NAME
orgit 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.
git remote set-url origin git@github.com:USERNAME/PLUGIN_NAME.git
orgit remote set-url origin https://github.com/USERNAME/PLUGIN_NAME.git
Verify that the remote URL has changed.
git remote -v
Download dependencies
npm i
To start
gulp
ornpm start
Change the reference of create-fancy-plugin
with your plugin name and the url
s in package.json
file.
To build dist
run:
gulp dist
ornpm run build
Changing a remote's URL: https://help.github.com/en/articles/changing-a-remotes-url