Skip to content

dozjs/doz-plugin-starter

Repository files navigation

doz-plugin-starter

Boilerplate for creating Doz plugin

Install

$ git clone https://github.com/dozjs/doz-plugin-starter.git your-plugin-folder

Install dev dependencies

$ npm install

Remember

  • Write your plugin inside src/ folder
  • Edit package.json with your info
  • Set your remote repo
  • Development:
    • run script start
  • Production:
    • run script build:production
  • Testing:
    • run script test
  • Publish on NPM, you can run scripts below (automatically build for production)
    • release:major (publish a major)
    • release:minor (publish a minor)
    • release:patch (publish a patch)
  • Replace README.md content with README.md.sample

Changelog

You can view the changelog here

License

doz-plugin-starter is open-sourced software licensed under the MIT license

Author

Fabio Ricali

About

Boilerplate for creating Doz plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published