0.2.0 • Published 6 years ago

@freesewing/plugin-template v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

plugin-template

All the boilerplate you need to jump-start your freesewing plugin.

You can checkout or fork this repository to start building your own freesewing plugin.

Getting stared

First, clone this repository and cd into it:

git clone git@github.com:freesewing/plugin-template.git
cd plugin-template

Then install all dependencies:

npm install

Writing your plugin

You can now start adding your code to src/index.js. To build your code, run:

npm run build

Check the documentation or the list of freesewing plugins for more info.

Publishing your plugin

When you are getting somewhere, and you're thinking about publishing your own plugin, you'll want to update the following fields in your package.json file:

  • name
  • version
  • description
  • author
  • homepage
  • repository
  • bugs
  • keywords

Basically, search for template and replace it with your plugin name.

Where to get help

Questions? Stuck? The freesewing chat room on Gitter is the best place to ask for help.