Socket
Book a DemoInstallSign in
Socket

assemble-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-boilerplate

Boilerplate for Assemble, the static site generator for Node.js, Grunt.js and Yeoman.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

boilerplate NPM version

Boilerplate for Assemble

Please create an issue if you find a bug or have a feature request.

Getting Started

1. Download the project

Install the project locally using one of the following options:

  • Using git: git clone git://github.com/assemble/boilerplate.git
  • Download the project

Next, to optionally install Bootstrap using Bower, simply run

bower install

2. Install Dependencies

Run npm i to install dependencies.

3. Build

If everything installed correctly, running grunt in the command line should successfully build the project to the ./_gh_pages directory inside the project.

4. Remove "first run" Targets

Inside the Gruntfile you will find a few targets that should be removed after the first run. These are labeled accordingly.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

License

Copyright (c) 2013 Jon Schlinkert Licensed under the MIT license.

Project created by Jon Schlinkert.

This file was generated on Saturday, December 7, 2013.

Keywords

assemble

FAQs

Package last updated on 21 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts