New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-spa-prototype

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-spa-prototype

A Yeoman generator for a faster single page application development

latest
Source
npmnpm
Version
0.0.26
Version published
Maintainers
1
Created
Source

generator-spa-prototype Build Status

Yeoman generator

Getting Started

Installing Yeoman

npm install -g yo

Installing the generator

npm install -g generator-spa-prototype
yo spa-prototype

Generators

spa-prototype:controller

Generates an angular.js controller. Each controller will be merged in a controllers.js file when you call the gulp build task.

spa-prototype:controller
spa-prototype:directive

Generates an angular.js directive. Each directive will be merged in a directives.js file when you call the gulp build task.

spa-prototype:directive
spa-prototype:service

Generates an angular.js service. Each service will be merged in a services.js file when you call the gulp build task.

spa-prototype:service
spa-prototype:jade-partial

Generates a jade partial.

spa-prototype:jade-partial
spa-prototype:jade-view

Generates a jade view.

spa-prototype:jade-view

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 18 Aug 2015

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