Socket
Socket
Sign inDemoInstall

cabin

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cabin

Static site generator scaffolding for grunt


Version published
Weekly downloads
1.8K
decreased by-11.21%
Maintainers
2
Weekly downloads
 
Created
Source

Cabin Beta

Cabin is a CLI tool that scaffolds out a Grunt powered static site generator.

Getting Started

First install cabin globally with the following command:

npm install -g cabin

You can then scaffold a static generator with the following command:

cabin new <destination folder> [user/repo]

The first parameter is the name of the destination folder, and the second is the GitHub username and repository name of a theme to use for the site. If the theme parameter is left blank, the default theme will be used.

After scaffolding a site generator, you can run it by entering the following command in the destination folder:

grunt server

Themes

Cabin themes provide styling and structure for your static site project. They work great out of the box and as starting points for more customized sites.

Avaliable Themes

colinwren/testTheme

Slick blogging theme, great for use on personal sites

ChrisWren/icoDoc

Minimalist project documentation theme using icons in the navigation

FAQs

Package last updated on 18 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc