Scaffolds out a project to create Bookmarklets.
- 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
.
- Bump to most recent generated dependencies
- Update to Gulp Version 3.8
- Removed
gulp.run
- Replaces gulp-clean with gulp-rimraf
- Replaced grunt with gulp.
- Automatically install npm dependencies unless started with
--skip-install
.
MIT License | (c) Pascal Hartig