Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

topcoder-archive/appirio_tech-ap-work-copilot-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AP Copilot Flow

GitHub version Build Status Coverage Status Dependency Status

Docs

Install

  • Install the bower component:
> bower install --save appirio-tech-copilot
  • Include the main.js file in your app.
  • Require the ap-copilot-flow module in the parent app.
  • Refer to example/scripts/routes.coffee in this repo for setting up routing in your app.

Designs

http://docs.apcopilotservice.apiary.io/#reference/copilot-project-management/individual-calls

Comitting changes

The bower component served by this repo only includes the dist folder, which is committed. Make sure to gulp build before adding your files.

Development

alias gserve='nvm use; gulp clean; gulp serve'
alias gtest='nvm use; gulp test'
alias gtestserve='nvm use; gulp test-serve'
alias gbuild='nvm use; gulp clean; gulp preprocessors; gulp useref; gulp copy-files; gulp remove-code'
alias ge2e='gbuild; gulp test; gulp e2e;'

About

Copilot Flow

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages