https://github.com/passy/generator-bookmarklet
Yeoman Generator for Bookmarklets
https://github.com/passy/generator-bookmarklet
Last synced: about 1 year ago
JSON representation
Yeoman Generator for Bookmarklets
- Host: GitHub
- URL: https://github.com/passy/generator-bookmarklet
- Owner: passy
- License: mit
- Created: 2013-03-01T22:44:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:28:57.000Z (about 9 years ago)
- Last Synced: 2025-04-13T03:03:39.776Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://npmjs.org/package/generator-bookmarklet
- Size: 29.3 KB
- Stars: 33
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmarklet Generator for Yeoman
[](https://travis-ci.org/passy/generator-bookmarklet)
Scaffolds out a project to create
[Bookmarklets](http://en.wikipedia.org/wiki/Bookmarklet).
## Getting started
- Make sure you have [yo](https://github.com/yeoman/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`](https://github.com/gulpjs/gulp/issues/199)
- Replaces [gulp-clean](https://github.com/peter-vilja/gulp-clean) with [gulp-rimraf](https://github.com/robrich/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](http://en.wikipedia.org/wiki/MIT_License) |
(c) [Pascal Hartig](https://twitter.com/passy)