quicktype/README.md

44 строки
747 B
Markdown
Исходник Обычный вид История

[![Build Status](https://travis-ci.com/dvdsgl/quicktype.svg?token=PSTj9tVyM1RDRiZ17Sgd&branch=master)](https://travis-ci.com/dvdsgl/quicktype)
## Setup
```shell
$ npm install
```
## Build
```shell
$ npm run build
```
## Test
```shell
$ npm test
```
### Requirements
* [`dotnetcore`](https://www.microsoft.com/net/core#macos)
## Edit
```shell
$ code . # open in VSCode
```
Install the `purescript-ide` extension in VSCode, then use the command pallete to start the `psc-ide` server for code completion, etc.
## Play
```shell
$ npm start
```
The react app will live-reload when you edit any source.
## Deploy
* Commit to master to deploy `quicktype.io`.
* The `quicktype` CLI will also deploy to NPM if it has a newer version number.