Skip to content

Visualise your flightjs architecture by components and events

License

Notifications You must be signed in to change notification settings

apretto/flight-control-tower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visualise your flightjs architecture by components and events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%