Skip to content

Catalysts/cat-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 19, 2017
7343cac · Jun 19, 2017
Jun 19, 2017
Aug 11, 2015
Jun 19, 2017
Mar 10, 2015
Jun 6, 2014
Mar 8, 2015
Jan 18, 2016
Mar 21, 2015
May 29, 2017
Mar 24, 2016
Jun 19, 2017
Jan 27, 2016
Jan 28, 2016
Mar 15, 2015
Mar 15, 2015
Jan 27, 2016
Jun 19, 2017
Jun 19, 2017

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