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

https://github.com/sourcec0de/assist

An app project generator with Twitter Bootstrap, and Node Server
https://github.com/sourcec0de/assist

Last synced: about 1 year ago
JSON representation

An app project generator with Twitter Bootstrap, and Node Server

Awesome Lists containing this project

README

          

Assist
======
A simple folder watching, project seeding, awesome assistant to help you start and serve your projects with Twitter Bootstrap

### How to
```shell
npm install
node assist
```

To see help menu
```shell
node assist -h
```

### New
```shell
node assist new
```
This will download a preconfigured Twitter Bootstrap seed project
with Fontawesome, and other goodies ready for you to start building

### Server
```shell
node assist server
```
This will promt you to choose a directory to serve your files from.