An open API service indexing awesome lists of open source software.

https://github.com/bitmate/bitmate

Root BitMate repository, contains scripts and integration tests
https://github.com/bitmate/bitmate

Last synced: 10 days ago
JSON representation

Root BitMate repository, contains scripts and integration tests

Awesome Lists containing this project

README

          

###BitMate Generator Test Repository

## Install

```sh
$ git clone git@github.com:oligibson/bitmate.git
$ cd bitmate
$ npm install
```

## Get submodules

```sh
$ git submodule update --init --recursive
```

## Link all dependencies

```sh
$ npm run linkAll
```

## Test

```sh
$ npm test
```