https://github.com/thinknimble/tn-models-script-app
Just a nodeJS (TS) script app to run tests or give a shot to tn-models from an external perspective.
https://github.com/thinknimble/tn-models-script-app
Last synced: about 1 year ago
JSON representation
Just a nodeJS (TS) script app to run tests or give a shot to tn-models from an external perspective.
- Host: GitHub
- URL: https://github.com/thinknimble/tn-models-script-app
- Owner: thinknimble
- Created: 2023-09-13T18:08:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T18:11:29.000Z (over 2 years ago)
- Last Synced: 2025-02-11T12:37:18.549Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TN-models debug script app
## Getting started
### Point to your preferred source of truth for `@thinknimble/tn-models`
Default is `latest`. But you can pick any version by changing package's json value for this key.
There's also the chance to debug side to side the library by pointing to a file, ig: If we have the tn-models-fp repo cloned and built we can point to its location by doing:
```
"@thinknimble/tn-models": "file:../../models/main",
```
### Install
Just do:
```
pnpm install
```
### Run the app
Then you can start the script in watch mode with
```
pnpm start
```