Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.48 KB

README.md

File metadata and controls

76 lines (52 loc) · 1.48 KB

Conventional Commits Build Status

node-jobs

Jobs scheduler, manager and frontend tool

What does it do?

It allows you to setup execution pipelines and run them.

Table of Contents

Install

apt-get install git curl

node & npm & yarn

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install 8
nvm use 8

Get the project

git clone [email protected]:vincentdesmares/node-procgen-editor.git
cd node-procgen-editor
yarn
yarn start

Starting

yarn start-all

A page should open in your browser at localhost:3000, then you can open:

http://localhost:8080/graphiql

To be able to discover the project schema.

Be able to run bin files from the local node_modules folder

Generating a new test

vim ~/.bashrc
#Add at the end of the file:
alias npm-exec='PATH=$(npm bin):$PATH'
npm-exec
:wq #Then save and quit
source ~/.bashrc

TODO list

  • Add pipelines instead of scenes
  • Make batches work (with status "stashed")
  • Delete old jobs when re-assigning them to a scene scenario.
  • plop

Project References

Create React App