MakeChromeExtension
This gem make template of chrome extension.
Installation
Add this line to your application's Gemfile:
gem 'make_chrome_extension'
And then execute:
$ bundle
Or install it yourself as:
$ gem install make_chrome_extension
Usage
$ require "make_chrome_extension"
$ MakeChromeExtension.new_template("##your app name##")
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request