Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

Make a tool to save and restore engine state from folder/file #232

Open 0joshuaolson1 opened 7 years ago

0joshuaolson1 commented 7 years ago

This entails three features:

  1. (manditory) copy the relevant node folders and \ to a local folder
  2. (optional) compress that into a file
  3. (manditory) restore the relevant node folders and restore \

This could be useful for #1 and #119.

0joshuaolson1 commented 7 years ago

~Concerns:~

Let's limit the tool (a portable script) to locally installed engines and git cloned engines. How npm installs depends on OS family, but it can be queried to find out where they are for any user's configuration.