Skip to content

frechl/cat-angular

This branch is 85 commits behind Catalysts/cat-angular:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a80c0b5 · Sep 24, 2015
Sep 23, 2015
Aug 11, 2015
Nov 24, 2014
Sep 24, 2015
Mar 10, 2015
Jun 6, 2014
Mar 8, 2015
Sep 24, 2015
Mar 21, 2015
Aug 11, 2015
Sep 23, 2015
Jul 30, 2015
Nov 24, 2014
Nov 24, 2014
Sep 24, 2015
Mar 15, 2015
Mar 15, 2015
Jul 30, 2015
Sep 23, 2015

Repository files navigation

Build Status Dependency Status Code Climate Coverage Status

#CAT-ANGULAR#

In this repository we will share our common angular js code

##local development##

  • fork: https://github.com/Catalysts/cat-angular/fork
  • clone your fork
  • open up the ide of your choice
  • ensure node.js is installed
  • run 'npm install'
  • ensure bower cli is installed (npm install -g bower)
  • run 'bower install'
  • run 'gulpw watch'
  • code
  • commit and push your changes to your fork
  • create merge request

##integration into other projects##

cat-angular is published via bower, just call 'bower install cat-angular' to install it. add the --save option to automatically add it to your bower.json file as dependency

##getting local changes into other projects##

  • execute 'gulpw' once to ensure that a bower.json file is present within the 'dist' folder
  • execute 'bower link' within the 'dist' folder of cat-angular
  • execute 'bower link cat-angular' in the directory containing your bower.json file of your project - NOTE admin privileges required

##Documentation##

Getting started guide

About

Basic support for Angular Apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.4%
  • HTML 4.4%
  • Smarty 1.4%
  • Other 0.8%