Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudjuracek/xy-playground
:pencil2: playground environment for xy-plotter
https://github.com/arnaudjuracek/xy-playground
Last synced: 13 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T10:45:03.000Z (over 6 years ago)
- Last Synced: 2024-11-06T23:45:38.548Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.29 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![preview](preview.png?raw=true "preview")
### 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).