Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 332 Bytes

Contributing

Development

Clone the repository from GitHub.

$ git clone https://github.com/sstephenson/execjs

Now just cd into the directory and run bundle install to install the development dependencies.

$ cd execjs/
$ bundle install

Testing

Tests can be ran via rake.

$ bundle exec rake