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
- Host: GitHub
- URL: https://github.com/timkelty/generator-craft-plugin
- Owner: timkelty
- Created: 2014-12-22T18:23:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T20:29:18.000Z (over 10 years ago)
- Last Synced: 2025-03-22T09:08:11.066Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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