generator-bookmarklet / 1.2.0 last updated a year ago created on Mar 1st 2013
Install
npm install --save generator-bookmarklet
Clone
git clone git@github.com:passy/generator-bookmarklet.git
dependencies
show all 526
| main |
|
yeoman-generator | 0.18.10 | BSD 2-Clause |
|
|
yo | 1.7.0 | BSD 2-Clause |
maintainers
versions
6 total
| 1.2.0 | a year ago | passy |
| 1.1.0 | a year ago | passy |
| 0.2.0 | 2 years ago | passy |
| 0.1.2 | 3 years ago | passy |
| 0.1.1 | 3 years ago | passy |
| 0.1.0 | 3 years ago | passy |
readme
Bookmarklet Generator for Yeoman
Scaffolds out a project to create Bookmarklets.
Getting started
- Make sure you have yo installed:
npm install -g yo - Install the generator:
npm install -g generator-bookmarklet - Run:
yo bookmarklet
Now add or edit your files in app/ and run gulp to generate your
bookmarklet. You can also use gulp watch to continuously watch for changes.
You can find the resulting bookmarklet in dist/bookmarklet.js.
Changelog
1.1.0 (2014-12-27)
- Bump to most recent generated dependencies
- Update to Gulp Version 3.8
- Removed
gulp.run - Replaces gulp-clean with gulp-rimraf
0.2.0 (2014-01-03)
- Replaced grunt with gulp.
0.1.1 (2013-05-01)
- Automatically install npm dependencies unless started with
--skip-install.
License
MIT License | (c)
