propeller

0.5.8 • Public • Published

propeller 0.5.8

Static site generator in Assemble and Bootstrap 3 using Handlebars templates, with additional support for RequireJS, Knockout, Moment.js, D3 and CSV parsing.

Getting started

  1. Download and install Node
  2. At the command line install Yeoman, Bower and Grunt globally by typing sudo npm install -g yo bower grunt-cli
  3. Clone, download and unzip, or use generator-propeller to create a new Propeller project

Now you're ready to use Propeller

  1. Open your new Propeller project at the command line
  2. Type npm install && bower install to make sure all dependencies are installed
  3. Type grunt at the command line to run the tasks to generate your static site, which will appear in a /dist folder in your project
  4. Type grunt serve to start your development server. Propeller will monitor the files in the /src folder and update your static site whenever it detects changes
  5. Open http://localhost:9000 in a web browser to view your site
  6. Begin creating your site by modifying the files in the /src folder

Additional Information

  • Propeller uses Assemble and Handlebars as its templating engine
  • When the server is running it monitors for file updates, and automatically regenerates the static files
  • The server also monitors for changes to LESS files, and automatically compiles them into static CSS files when updated

Resources

License

The MIT License (MIT)

Copyright (c) 2014 Dane Petersen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i propeller

Weekly Downloads

0

Version

0.5.8

License

none

Last publish

Collaborators

  • thegreatsunra