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

generator-devialab-angular

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-devialab-angular

Yeoman generator for building AngularJS webapps

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

AngularJS generator by Devialab

An AngularJS generator for generic Devialab webapp project

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

Usage

Install yo, grunt-cli, bower and generator-devialab-angular:

npm install -g grunt-cli bower yo generator-devialab-angular

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo devialab-angular:

yo devialab-angular

Run grunt for building and grunt serve for preview

Generators

Available generators:

App

Sets up a new AngularJS app, generating all the boilerplate you need to get started. The app generator also optionally installs Bootstrap and additional AngularJS modules, such as angular-translate, angularitics, ...

Example:

yo devialab-angular

Module

Sets up a new AngularJS module, generating all the boilerplate you need to define a new module.

Example:

yo devialab-angular:module

Directive

Sets up a new AngularJS directive, generating all the boilerplate you need to define a new element directive.

Example:

yo devialab-angular:directive

Bower Components

The following packages are always installed by the app generator:

  • angular
  • angular-mocks
  • angular-bootstrap
  • angular-translate
  • angular-sanitize
  • angular-ui-router
  • angular-corbel
  • ngstorage
  • angulartics
  • angular-moment

The following additional modules are available as components on bower, and installable via bower install:

  • angular-animate
  • angular-aria
  • angular-cookies
  • angular-messages
  • angular-resource

All of these can be updated with bower update as new versions of AngularJS are released.

Keywords

FAQs

Package last updated on 07 Apr 2016

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