https://github.com/arnaudjuracek/xy-playground
:pencil2: playground environment for xy-plotter
https://github.com/arnaudjuracek/xy-playground
Last synced: about 2 months ago
JSON representation
:pencil2: playground environment for xy-plotter
- Host: GitHub
- URL: https://github.com/arnaudjuracek/xy-playground
- Owner: arnaudjuracek
- License: mit
- Created: 2016-11-06T15:30:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T10:45:03.000Z (over 7 years ago)
- Last Synced: 2025-05-16T03:07:38.342Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### Usage
###### preview a job
```sh
$ yarn [preview|start] # or ST3/VSCode node build on index.js
```
###### queue a job to [`xy-server`](https://github.com/xy-plotter/xy-server)
```sh
$ yarn queue
```
###### release a job
Use [`git release `](https://gist.github.com/arnaudjuracek/318872b3029f0e0de1555fd232e2f58c#git-aliases), or:
```sh
$ git commit -am "Release "
$ git tag -a -m ""
```
### References
- [xy-plotter/xy](https://github.com/xy-plotter/xy)
- [xy-plotter/xy-server](https://github.com/xy-plotter/xy-server)
- [arnaudjuracek/missing-math](https://github.com/arnaudjuracek/missing-math)
### License
[MIT](https://tldrlegal.com/license/mit-license).