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
- Host: GitHub
- URL: https://github.com/bitmate/bitmate
- Owner: bitmate
- Created: 2016-12-23T10:05:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T12:12:40.000Z (about 9 years ago)
- Last Synced: 2025-02-23T00:43:20.688Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```