Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dills122/mtg-processor
https://github.com/dills122/mtg-processor
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dills122/mtg-processor
- Owner: dills122
- Created: 2020-07-03T02:24:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T23:36:33.000Z (about 4 years ago)
- Last Synced: 2025-01-08T05:43:14.831Z (about 1 month ago)
- Language: JavaScript
- Size: 24.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MTG Processor App
[![Build Status](https://travis-ci.org/dills122/mtg-processor.svg?branch=master)](https://travis-ci.org/dills122/mtg-processor)
This repo is the future home of the full featured MTG card analyzer, cataloger, and financial tracker.
This project started initially [Here](https://github.com/dills122/MTG-Card-Analyzer)
Stay Tuned.
## Up and Running
Clone the repo
```bash
git clone https://github.com/dills122/mtg-processor.git
```Bootstrap all the repos
```bash
lerna bootstrap
```### Core-SDK
Starting development
```bash
# Will start watching for changes (typescript)
npm run watch# Compile all the files
npm run compile
```**This needs to run before PRs**
```bash
# Will remove all generated files
npm run clean
```Follow the instructions within `core-sdk` for more information on a complete setup