Socket
Book a DemoInstallSign in
Socket

wintersmith-snockets

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wintersmith-snockets

Snockets plugin for wintersmith

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

wintersmith-snockets

Snockets plugin for wintersmith.

install:

npm install wintersmith-coffee

then add ./node_modules/wintersmith-snockets/ to config.json like:

{
  "locals": {
    "url": "http://localhost:8080",
    "name": "The Wintersmith's blog",
    "owner": "The Wintersmith",
    "description": "-32°C ain't no problems!",
    "index_articles": 3
  },
  "plugins": [
    "./node_modules/wintersmith-snockets/"
  ]
}

Test

Test is written using Mocha. Install it globally, then run

$ mocha

or

$ npm test

PS: wintersmith-snockets will handle all coffee-script compilation, so wintersmith-coffee is no longer required, although it will not cause problems.

Keywords

wintersmith

FAQs

Package last updated on 08 Jan 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