Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Latest commit

 

History

History
69 lines (47 loc) · 1.78 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.78 KB

UserScripts

MIT License Dependency Status Build Status OpenUserJS

UserScripts on OpenUserJS

Development and Testing

Source Code

The userscripts source is hosted on GitHub. To clone the project run

$ git clone https://github.com/razor-x/userscripts.git

Requirements

You will need npm with Grunt and Bower.

Install the development dependencies with

$ npm install
$ bower install

Grunt

Run grunt --help to see all Grunt tasks.

grunt coffee  # Compile CoffeeScript to JavaScript
grunt clean   # Remove build directory
grunt watch   # Have Grunt watch for changes

Contributing

Please submit and comment on bug reports and feature requests.

To submit a patch:

  1. Fork it (https://github.com/razor-x/userscripts/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin my-new-feature).
  6. Create a new Pull Request.

License

These UserScripts are licensed under the MIT license.

Warranty

This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.