acacode / flamebird

πŸ”₯ task manager for Procfile-based or npm-based applications. Have console and web (GUI) versions
MIT License
18 stars 2 forks source link
async-process async-task async-task-loader asynchronous foreman javascript javascript-library job-scheduler js nodejs nodejs-library nodejs-util npm npm-manager npm-package process process-manager procfile task-manager task-runner



πŸ”₯ flamebird πŸ”₯

the nodejs task manager for Procfile-based or npm-based applications

πŸš€ Installation

$ npm install -g flamebird

πŸ“„ Usage

To start Flamebird you can use fb [command] [options] (or longer alias flamebird [command] [options]).
Application provides two commands: fb start and fb web (read below).

Need help? Use command:

$ fb --help
# or simply
$ fb

πŸ’» Console version (fb start)

$ fb start [options]

Run tasks from Procfile or package.json

Options:

πŸ’» Web version (fb web)

$ fb web [options]

Launch web-application which is task-manager. That command has more abilities than start. Web-application is reading Procfile and package.json and adding ability to launch scripts inside this files together

Options:

hotkeys

hotkeys works only if hotkeys button is triggered.

hotkey action
Q,W,E...M,<,>,/ Open task which assigned to specific key. example
SHIFT + R Run/Stop selected task.
TAB Switch between Procfile and package.json tabs
DEL Clear logs in selected task
Partially scroll up logs in selected task
Partially scroll down logs in selected task
SHIFT + Fully scroll up logs in selected task
SHIFT + Fully scroll down logs in selected task
SHIFT + A Run all tasks
SHIFT + S Stop all tasks

How it looks:

Contribution

If you want to help this project you need to read this part of readme.md for more detail understanding of for what some things are needed.

First of all take a look at project structure:

πŸ“ License

Licensed under the MIT License.