generator-reqtangular

0.0.8 • Public • Published

Generator-Reqtangular v0.0.7

Scaffolding generator for new web projects. Preset integration with AngularJS and Require.

Based on generation framework Yeoman, reqtangular generates new integrated structures and preconfigured to start developing web based applications and RequireJSs AngularJS with Bootstrap and Less.

Usage

Install generator-reqtangular:

npm install -g generator-reqtangular

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo reqtangular


Run `grunt dist` for building and `grunt serve` for preview

Generators

Available generators:

Module

Generates a new module in app/scripts/modules. Example:

yo reqtangular:module

Theme

Theme module injector. Examples:

yo reqtangular:theme
 
yo reqtangular:theme codebusters

Preconfigured themes:

codebusters

business

darkness

Lang

Language module injector. Provides support for translations into several languages. Languages supported:

  • English (en). Default language.
  • Spanish (es).
  • German (de).

Example:

yo reqtangular:lang


Package Sidebar

Install

npm i generator-reqtangular

Weekly Downloads

0

Version

0.0.8

License

Apache License

Last publish

Collaborators

  • codebusters