https://github.com/platformatic/wattpm-resolve
Demo repository of a watt application resolving the services from multiple respositories
https://github.com/platformatic/wattpm-resolve
Last synced: 5 months ago
JSON representation
Demo repository of a watt application resolving the services from multiple respositories
- Host: GitHub
- URL: https://github.com/platformatic/wattpm-resolve
- Owner: platformatic
- License: mit
- Created: 2024-12-05T20:30:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:43:29.000Z (over 1 year ago)
- Last Synced: 2025-10-01T01:45:59.570Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wattpm-resolve
Demo repository of a watt application resolving the services from multiple respositories
## Usage
```bash
npm install
npm run resolve
npm run build
npm start
```
This will install the dependencies,
resolve the services from their git repositories,
build the application and start it.
It's possible to configure Watt to resolve one or more of the
services to a local directory instead of a git repository
by setting `PLT_NODE_PATH` or `PLT_NEXT_PATH` to the local directory.
of the responsive services.
## License
MIT