Skip to content

passy/generator-bookmarklet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bookmarklet Generator for Yeoman

Build Status

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)

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) Pascal Hartig