https://github.com/nodeseekdev/nodeget-bootstrap
The bootstrap for the NodeGet project, including installation scripts, a collection of essential JS workers, shell script snippets, and more.
https://github.com/nodeseekdev/nodeget-bootstrap
Last synced: about 2 months ago
JSON representation
The bootstrap for the NodeGet project, including installation scripts, a collection of essential JS workers, shell script snippets, and more.
- Host: GitHub
- URL: https://github.com/nodeseekdev/nodeget-bootstrap
- Owner: NodeSeekDev
- License: agpl-3.0
- Created: 2026-04-12T01:17:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-01T00:50:59.000Z (2 months ago)
- Last Synced: 2026-05-01T02:19:49.269Z (2 months ago)
- Language: JavaScript
- Homepage: https://bootstrap.nodeget.com
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeGet-Bootstrap
The bootstrap for the NodeGet project, including installation scripts, a collection of essential JS workers, shell script snippets, and more.
This repo is used by:
- bootstrap.nodeget.com
- install.nodeget.com
## build
```
npm run install && npm run all:build
```
## dev
```
npm run all:watch
```