Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-metalsmith

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-metalsmith

Yeoman generator for Metalsmith

  • 0.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

generator-metalsmith Build Status

Yeoman generator for Metalsmith

Getting Started

To install generator-metalsmith from npm, run:

$ npm install -g generator-metalsmith

Usage

$ yo metalsmith

Option

  • -s alias --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • -w alias --skip-welcome-message

    Skips app welcome message.

Metalsmith Boilerplate

The following directory structure is generated after running yo metalsmith:

.
├── .gitignore
├── Makefile
├── metalsmith.json
├── package.json
├── README.md
├── _layouts
│   ├── defaul.html
│   └── post.html
├── _posts
│   ├── 2012-08-20-first-post.md
│   ├── 2012-09-28-second-post.md
│   ├── 2012-09-28-third-post.md
│   └── 2012-12-07-fourth-post.md
└── _site

License

MIT License

Keywords

FAQs

Package last updated on 08 Sep 2014

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