Skip to content

jingyan/AppTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppTemplate for Rally SDK

Overview

This Rakefile can be used to create a skeleton Rally app for use with Rally's App SDK. You must have Ruby 1.9 and the rake gem installed.

The normal workflow for creating an App is to start by creating an App with the new task.

Available tasks are:

rake new[app_name,sdk_version,server]   # Create an app with the provided name (and optional SDK version and rally server [default: https://rally1.rallydev.com])
rake debug                              # Build a debug version of the app, useful for local development. 
rake build                              # Build a deployable app which includes all JavaScript and CSS resources inline. Use after you app is working as you intend so that it can be copied into Rally.
rake clean                              # Clean all generated output
rake jslint                             # Run jslint on all JavaScript files used by this app
rake deploy                             # Deploy the app to a Rally server
rake deploy:debug                       # Deploy the debug app to a Rally server
rake deploy:info                        # Display deployment information

You can find more information on installing Ruby and using rake tasks to simplify app development here: https://rally1.rallydev.com/apps/2.0p3/doc/#!/guide/appsdk_20_starter_kit

License

AppTemplate is released under the MIT license. See the file LICENSE for the full text.

About

A Rakefile that creates skeleton Rally apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.3%
  • JavaScript 8.7%