https://github.com/simbo/slush-simbo
A Slush generator for web projects.
https://github.com/simbo/slush-simbo
Last synced: 12 months ago
JSON representation
A Slush generator for web projects.
- Host: GitHub
- URL: https://github.com/simbo/slush-simbo
- Owner: simbo
- License: mit
- Created: 2015-04-11T20:07:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T11:41:37.000Z (almost 11 years ago)
- Last Synced: 2025-06-19T01:18:17.810Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/slush-simbo
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
slush-simbo
===========
[](https://www.npmjs.com/package/slush-simbo)
[](http://simbo.mit-license.org/)
[](https://david-dm.org/simbo/slush-simbo)
[](https://david-dm.org/simbo/slush-simbo#info=devDependencies)
[](https://travis-ci.org/simbo/slush-simbo)
> A Slush generator for web projects.
# WORK IN PROGRESS
### Usage
``` sh
# install slush and the generator
npm install -g slush slush-simbo
# create a project directory and enter
mkdir my-project
cd my-project
# start the generator
slush simbo
```