broccoli-plugin-kit

1.0.0 • Public • Published

broccoli-plugin-kit

Build Status Build status

This repo is intended to serve as a starting point for developing Broccoli plugins.

Setup

To get started you can create a plugin by running:

node ./bin/create-plugin.js <plugin-name>

This will copy the contents of blueprint into a new directory with the given plugin-name as a sibling to this repo. If a directory already exists in that location, an error will be thrown. The script will also install dependencies by using Yarn and do an initial Git commit so that you can focus on development right from the start!

After the script, you can run:

cd ../plugin-name
npm test

And see that you have a working plugin with tests passing!

Readme

Keywords

Package Sidebar

Install

npm i broccoli-plugin-kit

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • stefanpenner