https://github.com/artcodestudio/node-app-manager
Manage your Node.js applications
https://github.com/artcodestudio/node-app-manager
Last synced: 12 months ago
JSON representation
Manage your Node.js applications
- Host: GitHub
- URL: https://github.com/artcodestudio/node-app-manager
- Owner: ArtCodeStudio
- License: agpl-3.0
- Created: 2021-06-09T12:34:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T11:24:01.000Z (over 4 years ago)
- Last Synced: 2025-06-14T06:45:15.022Z (12 months ago)
- Language: TypeScript
- Size: 907 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-app-manager
Manage your Node.js applications
# Example
Start the example with:
```sh
cd example/manager
yarn run start # or start:prod
```
or to start the app manager itself also with PM2:
```sh
cd example/manager
pm2 start ./pm2.example.config.js # or ./pm2.example-prod.config .js
```
## License
This app is licensed under [The GNU Affero General Public License](LICENSE).