An open API service indexing awesome lists of open source software.

https://github.com/timkelty/generator-craft-plugin

Yeoman generator for Craft CMS plugins
https://github.com/timkelty/generator-craft-plugin

Last synced: about 1 year ago
JSON representation

Yeoman generator for Craft CMS plugins

Awesome Lists containing this project

README

          

# generator-craft-plugin

## Deprecation Warning!

Do not use this repo/package.
Please use https://github.com/nystudio107/generator-craftplugin

> [Yeoman](http://yeoman.io) generator

## Getting Started

To install Yeoman, it's required packages and the generator, run:

```bash
npm install -g yo bower grunt-cli gulp generator-craft-plugin
```

Finally, initiate the generator. You'll probably want to do this in the root of your Craft project, but the generator will ask you where to put things:

```bash
yo craft-plugin
```

## License

MIT