The easiest static site generator on the planet.
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
cd foo-site
bam run
bam gen
bam serve
See LICENSE
- Pull Requests are accepted.