Install deps
npm i -g yarn
yarnThe code in lib should work on ES2015 (with modules) compliant platforms
For older platforms use the commonjs modules found in lib.es5
To build the es5 modules, run:
npm run buildand use the modules in the directory lib.es5
Run:
npm run test:contWhich will continuously run npm test on file changes
- How about a "github" FS implementation? Manage a repo via 9p, like.
- in memory FS which has persist/load from physical FS
-
CLI:
$ ix --set-current --username=bjorn --host=http://localhost:8080 # or tcp://localhost:7654$ ix mkdir /test$ ix cd /test$ ix mkfile test.txt$ ix ls$ ix read test.txt > contents.txt