@ts.adligo.org/fab_group
Version:
This is a simple wrapper project for building fabricate (fab.ts.adligo.org).
42 lines (31 loc) • 597 B
Markdown
# 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-ssh
```
Then run the following command to link the node_modules to the install in slink_group_deps.ts.adligo.org.
```
npm run setup
```
Then run the build.
```
npm run build
```
Then run the tests.
```
npm run test
```
### Alternativly you can use commands like this to build and test slink;
```
cd slink.ts.adligo.org
npm run install
npm run build
```
```
cd slink_tests.ts.adligo.org
npm run install
npm run tests
or
npm run testsWindows
```