File: CONTRIBUTING.md

package info (click to toggle)
ruby-execjs 2.2.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 212 kB
  • sloc: ruby: 805; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
```