bam
bam copied to clipboard
Easiest Static Web Generator on the Planet (beta)
BAM
The easiest static site generator on the planet.
Requirements
Install
After you have nodejs installed, simply open a terminal window and enter:
npm install bam -g
Create a new site with http://getskeleton.com
In a terminal window enter the bam new
command to
create a new project.
bam new foosite
Create a new site with http://twitter.github.com/bootstrap
bam new foosite bootstrap
Create a new site with http://revealjs.org
bam new foosite reveal
Run in dev mode
cd foo-site
bam run
Generate site
bam gen
Test Generated site
bam serve
More Info
License
See LICENSE
Contributions
- Pull Requests are accepted.