
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
rally-app-builder
Advanced tools
Install Node.js
Create a folder for your new app and change directories into it
Install the Rally App Builder:
Install globally:
npm install -g rally-app-builder
If you don't have permission to install it globally you can install it locally:
npm install rally-app-builder
Create your app with rally-app-builder init [name]
Run npm install
grunt
to compile and build everythinggrunt test
to run jasmine testsgrunt build
to build the deployable HTML file for running inside Rallygrunt deploy
to test and deploy your app to RallyUsage: rally-app-builder [options] [command]
Commands:
init [name] [sdk_version] [server]
Creates a new Rally App project in the working directory
clone [organization] [repo]
Creates a new Rally App project in the working directory from an existing GitHub project.
Options:
-h, --help output usage information
-V, --version output the version number
rally-app-builder init myNewApp
Creating a new Rally App is as easy as using init. The init command creates you an App for use inside of Rally.
The init command takes a few parameters.
*name : The first is the name for your new App.
*rally-app-builder init myNewApp
*sdk_version(optional) : The version of the SDK your App will be created against.
*rally-app-builder init myNewApp 2.0p2
*server(optional) : The server you want the debug file to point to. The command below will create a new App using version 2.0p2 and pointing to the server myownRally.com
* rally-app-builder init myNewApp 2.0p2 https://myOwnRally.com
rally-app-builder clone RallyApps StoryBoard
Most Rally Apps are created by using an existing App as a template. By using the rally-app-builder clone command you can get a copy of the existing App without installing the Git CLI. This command makes some changes to the config file so that we can tell which App you based your work on. As we determine which apps you are most interested in customizing we take that as input on ways to improve the existing catalog App.
npm install rally-app-builder
grunt.loadNpmTasks('rally-app-builder');
Type: string
Default "rally1.rallydev.com"
Type: integer
This needs to be any valid Project Object ID. You can find this in the URI when logged into Rally
Type: string
Default: "deploy.json"
This file stores the Rally generated Page and App IDs when deploying a new app
Type: string
Default: "credentials.json"
This file is by default not checked into source respository and contains the username and password IN CLEAR TEXT to be used in the deploy task
Type: string
Valid Options: myhome
, backlogandschedules
Default: "myhome"
This is the Rally tab that the newly created app will be placed
Type: string
Default: "App Name"
This is the name of the Page on the tab that will be created
Type: string
or boolean
Default: "off"
This option will make a newly created page shared on the Workspace. You must be a Workspace Admin to use the on
option
FAQs
A node module that assists in the building of Rally Apps
The npm package rally-app-builder receives a total of 9 weekly downloads. As such, rally-app-builder popularity was classified as not popular.
We found that rally-app-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.