All Projects → unknwon → Bra

unknwon / Bra

Licence: apache-2.0
Bra (Brilliant Ridiculous Assistant) is a command line utility tool.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Bra

react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (-91.91%)
Mutual labels:  hot-reload
sp-live-reload
SharePoint pages live reload module for client side development
Stars: ✭ 23 (-93.8%)
Mutual labels:  hot-reload
Elm Webpack Starter
Elm 0.19.1 + Webpack 4 with hot-reloading! (Includes Babel for port code; CI script)
Stars: ✭ 332 (-10.51%)
Mutual labels:  hot-reload
hotswap
Hotswap provides a solution for reloading your go code without restarting your server, interrupting or blocking any ongoing procedure.
Stars: ✭ 71 (-80.86%)
Mutual labels:  hot-reload
babel-plugin-transform-relay-hot
🔥 BabelRelayPlugin with hot reload
Stars: ✭ 28 (-92.45%)
Mutual labels:  hot-reload
Stylist
Define UI styles in a hot-reloadable yaml or json file
Stars: ✭ 260 (-29.92%)
Mutual labels:  hot-reload
LightCycle
React + Redux + TypeScript + Webpack + HotReload Boilerplate
Stars: ✭ 16 (-95.69%)
Mutual labels:  hot-reload
Pundle
👾 peaceful bundles - js bundler, built from the ground up for speed and extensibility
Stars: ✭ 354 (-4.58%)
Mutual labels:  hot-reload
react-hot-loader-starter-kit
react 16, redux 5, react router 4, universal, webpack 3
Stars: ✭ 41 (-88.95%)
Mutual labels:  hot-reload
Rcrl
Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)
Stars: ✭ 332 (-10.51%)
Mutual labels:  hot-reload
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-94.88%)
Mutual labels:  hot-reload
chunk-splitting-plugin
Arbitrarily split your Webpack chunks and bundles into smaller pieces
Stars: ✭ 15 (-95.96%)
Mutual labels:  hot-reload
Simple React App
Simple base app using react, react-router v4, hot-reload & sass.
Stars: ✭ 263 (-29.11%)
Mutual labels:  hot-reload
flutter dynamic
The flutter_dynamic is a library that create flutter application dynamic.
Stars: ✭ 66 (-82.21%)
Mutual labels:  hot-reload
React Webpack Boilerplate
Minimalistic ES6+ React boilerplate with Hot Reloading using Webpack 4 and Babel 7
Stars: ✭ 336 (-9.43%)
Mutual labels:  hot-reload
React-bookstore
Bookstore using google-book Apis made with reactjs🔥🚀
Stars: ✭ 14 (-96.23%)
Mutual labels:  hot-reload
vue-webpack
Boilerplate for vue single file components with webpack
Stars: ✭ 24 (-93.53%)
Mutual labels:  hot-reload
Rbfx
Game engine with extensive C# support and WYSIWYG editor.
Stars: ✭ 356 (-4.04%)
Mutual labels:  hot-reload
Vueniverse
Full stack, user based, PWA, Vue template.
Stars: ✭ 339 (-8.63%)
Mutual labels:  hot-reload
Jet Live
c++ hot code reload for linux and macos
Stars: ✭ 283 (-23.72%)
Mutual labels:  hot-reload

Brilliant Ridiculous Assistant

Bra (Brilliant Ridiculous Assistant) is a command line utility tool.

Installtion

$ env GO111MODULE=on go get github.com/unknwon/bra

Usage

USAGE:
   bra [global options] command [command options] [arguments...]

COMMANDS:
   init     initialize config template file
   run      start monitoring and notifying
   sync     keep syncing two end points
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Quick Start

To work with a new app, you have to have a .bra.toml file under the work directory. You can quickly generate a default one by executing following command:

$ bra init

FAQs

How to I gracefully shutdown the application?

Change following values in your .bra.toml:

[run]
interrupt_timout = 15
graceful_kill = true

This will send os.Interrupt signal first and wait for 15 seconds before force kill.

Configuration

An example configuration is available as default.bra.toml.

License

This project is under Apache v2 License. See the LICENSE file for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].