Giter Club home page Giter Club logo

bring_it_on's Introduction

bring_it_on

If your workflow starts with executing a lot of scripts present in different different directories and watch thenm(logs) in different tabs, then this tool can help you to save your time and reduce the pain of going in different directories. This shows all your logs at one place with the script name which you specify in the config file.

##Example :-

Lets say you have to run two scripts to start two services present in different locations and then check the logs of both

Then your config file will look like this

[
  {
    "dir":"/Users/ajitsingh/location1/", 
	  "command":"sh script1.sh", 
		"kill": "sh stop_script1.sh", 
		"log":"/Users/ajitsingh/location1/script1.log",
		"alias" : "script1"
  },
  {
    "dir":"/Users/ajitsingh/location2/", 
		"command":"sh script2.sh", 
		"kill": "sh stop_script2.sh", 
		"log":"/Users/ajitsingh/location1/script2.log",
		"alias" : "script2"
  }
]

After your config is done then run

node brint_it_on.js config.json  (to start all service)

node brint_it_on.js config.json script1  (to start only script1) => alias is like a key for your script

node brint_it_on.js config.json -script1  (to exclude script1)

To make it simpler create an alias in your ~/.zshrc or ~/.bashrc

alias brint_it_on='node path/to/bring_it_on.js  path/to/config.json'

Setup

install node

node module 'tail' and 'colors'

bring_it_on's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.