https://github.com/ben/dataforged-test
https://github.com/ben/dataforged-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ben/dataforged-test
- Owner: ben
- Created: 2022-04-09T14:30:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T15:18:10.000Z (about 4 years ago)
- Last Synced: 2024-12-29T03:47:14.520Z (over 1 year ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataforged Module Test
This is a project that has [Dataforged] as a dependency, and tries to build a Typescript project using it.
Currently it's set up to pull directly from the GitHub source, since there's no NPM package just yet.
# How to hack
Probably the easiest way to develop on dataforged using this as a test bed is to link your local dataforged into the node_modules directory:
```
$ ln -s /path/to/dataforged node_modules/dataforged
```
[Dataforged]: https://github.com/rsek/dataforged