@ts.adligo.org/fab_group
v1.0.7
Published
This is a simple wrapper project for building fabricate (fab.ts.adligo.org).
Downloads
4
Maintainers
Readme
slink_group.ts.adligo.org
This will be a small project of other projects to test slink.
To clone the sub projects run;
npm run git-clone-sshThen run the following command to link the node_modules to the install in slink_group_deps.ts.adligo.org.
npm run setupThen run the build.
npm run buildThen run the tests.
npm run testAlternativly you can use commands like this to build and test slink;
cd slink.ts.adligo.org
npm run install
npm run buildcd slink_tests.ts.adligo.org
npm run install
npm run tests
or
npm run testsWindows