Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/umayr/seed
- Owner: umayr
- License: mit
- Created: 2015-07-20T11:36:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T16:20:02.000Z (over 9 years ago)
- Last Synced: 2023-03-23T02:19:19.409Z (over 1 year ago)
- Language: Shell
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.