Socket
Book a DemoInstallSign in
Socket

ember-cli-route-map

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-route-map

The default blueprint for ember-cli addons.

latest
Source
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

ember-cli-route-map

Build Status GitHub version NPM version Dependency Status codecov Greenkeeper badge Ember Observer Score

Information

NPM

Command to generate a route map of your Ember application.

To see what can be done visit the example page, it's the real route map from the BBVA Mobile App!

ember-cli-route-map

Installation

ember install ember-cli-route-map

Usage

Output result in the console

Run the next command:

ember route-map

console

Storing the report inside a directory

Use --output to select an output dir:

ember route-map --output="reports/route-map/"

Pretty output, save in HTML format

Use --pretty and --output:

ember route-map --output="reports/route-map/" --pretty

console

¿How can I add another directory to the report?

If your project have a different directory tree from the official Ember project you can use the --globs flag. It accepts an Array of directories and remember to add all the paths because the default directories will be overriden.

ember route-map --globs "app/router.js" --globs "addons/*/reopens/router.js" --globs "lib/*/addon/routes/routes.js"

Contribute

If you want to contribute to this addon, please read the CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

ember-addon

FAQs

Package last updated on 16 Jul 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.