New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

flight-control-tower

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flight-control-tower

Visualise your flightjs architecture by components and events

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

flight control tower

Flight control tower is a tool that parses your Flightjs project and plots its component/events architecture.

usage

Install it:

npm install -g flight-control-tower

Run with:

flight-control-tower <app folder> <output html file>

The app folder will be scanned for all flightjs components, parse them and spit out an html file with a graph that represents the components and events for the app's architecture.

example

npm install -g flight-control-tower
git clone https://github.com/flightjs/example-app
cd example-app
flight-control-tower app/ control-tower.html

Open control-tower.html and you should see something like this:

flightjs/example-app architecture

license

Licensed under the MIT License

Keywords

flightjs

FAQs

Package last updated on 15 Jan 2015

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