An open API service indexing awesome lists of open source software.

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.

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
```