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
- Host: GitHub
- URL: https://github.com/sourcec0de/assist
- Owner: sourcec0de
- Created: 2012-12-06T23:53:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T07:36:21.000Z (over 13 years ago)
- Last Synced: 2025-01-12T11:32:59.549Z (over 1 year ago)
- Language: JavaScript
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.