Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umayr/seed

Minimal seed project for node js.
https://github.com/umayr/seed

Last synced: about 15 hours ago
JSON representation

Minimal seed project for node js.

Awesome Lists containing this project

README

        

![Image - Credits: 4designer.com](http://download.4-designer.com/files/20130108/Ice-Age-3-high-precision-material-42362.jpg)

## What?
This is super minimal nodejs seed to kickstart any project.

## How?
```bash
$ mkdir my-project && cd $_
$ bash <(curl -s https://raw.githubusercontent.com/umayr/seed/master/clone.sh)

# or the other way
$ bash <(curl -s https://raw.githubusercontent.com/umayr/seed/master/clone.sh) path/to/project

# if you prefer wget
$ bash <(wget -qO- https://raw.githubusercontent.com/umayr/seed/master/clone.sh) path/to/project
```

## Contribute?
Hell, yes. This repository intends to seed not only any bare minimal project but extended either web-based (express, restify) or CLI based applications. If you have some free time and clear structure for any aforementioned application you may send a pull request.