Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-ecosystem-installer

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-ecosystem-installer

The default blueprint for ember-cli addons.

  • 0.8.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Travis Coveralls NPM

Work in progress !


TODO update the documentation

ember-frost-lts

Installation

ember install ember-frost-lts

On the install or generate the user will be requested to install packages/groups of packages.

If the user answer y or yes the package or group of package will be installed and otherwise it will not be installed.

Usage

In the following example the package1, package2 and package3 will be installed.

ember g ember-frost-lts
installing ember-frost-lts
Would you like to install the following packages:
? Overwrite group-name (package1@package-version, package2@package-version)? Yes
? Overwrite package3@package-version? Yes

If there is any invalid package/group in your lts.json file you will get the following error message

ember g ember-frost-lts
installing ember-frost-lts
Would you like to install the following packages:
Invalid package: package1
Invalid group: package2

Development

Setup

git clone git@github.com:ciena-frost/ember-frost-lts.git
cd ember-frost-lts
npm install && bower install

Add new packages/groups to install

If you want to add new packages/groups to install you simply have to modify the lts.json file and use the following format:

{
  "group-name": {
    "packages": {
      "package-name": "package-version"
    }
  },
  "package-name": "package-version"
}

Development Server

A dummy application for development is available under ember-frost-lts/tests/dummy. To run the server run ember server (or npm start) from the root of the repository and visit the app at http://localhost:4200.

Testing

Run npm test from the root of the project to run linting checks as well as execute the test suite and output code coverage.

Keywords

FAQs

Package last updated on 16 Sep 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc