Socket
Socket
Sign inDemoInstall

generator-apiblueprint

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-apiblueprint

A generator that will create a new boilerplate apiblueprint project, complete with a Gruntfile including aglio and a connect server with livereload.


Version published
Maintainers
1
Created

Readme

Source

apiblueprint yeoman generator

Yeoman generator for apiblueprint - lets you quickly set up a project with sensible defaults and best practices.

Usage

For step-by-step instructions on using Yeoman, see http://yeoman.io/

For details about apiblueprint, including syntax, see https://apiblueprint.org/

Install yo, grunt-cli, generator-apiblueprint:

npm install -g grunt-cli yo generator-apiblueprint

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo apiblueprint

yo apiblueprint

Run grunt build for building and grunt serve for in-browser preview

Conventions

The boilerplate directory structure assumes that all apiblueprint source code will be place inside the src directory. When built, the output will be placed in the dist directory.

The src directory has been designed such that there is a single index.html file, which pulls in various modules from the modules directory. When building, these are combined into a single index.html file.

Keywords

FAQs

Last updated on 17 Jul 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc