0.0.26 • Published 7 years ago

webrew v0.0.26

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

WebBrew CLI (ALPHA)

Version Download Build Status License License

by Hamed Asemi

webrew

Features 1.0

  • HTTP/2.0 compatible server for both development and production
  • Built in Koa@2.0 server and middleware support
  • Stream static content
  • HTML5 push state support and Mod ReWrtie
  • Gulp transpile ES201x Polymer2 and Angular2 to ES5 JavaScript
  • Browser sync changes while development

Features 2.0

  • Protects resource share cross origin
  • Nginx HTTP, HTTPS proxy server to secure and accelerates Nodejs apps
  • A user GUI to prompt and read settings and prefrences
  • Explicit cuncorrent commands capture
  • Auto setup Test environment
  • Auto setup development environments(Docker, Local)
  • Enhance Github project start up
  • Auto setup CI(Travis CI), CD(Trunk Based Development) and pipeline
  • Using multiple repositories to compose & build up the project
  • Render the project template usin srting replace
  • Log remotely using web sockets
  • etc.

Simple usage

Installation the latest version globally

npm install webrew --global

Usage

DEBUG=true webrew

Uninstall :( remove the global version

npm uninstall webrew --global

Advanced usage

Installation: a local specific version

npm install webrew@v1.0.0

Usage:

DEBUG=true webrew server start --koa --port=8080

Config: Add in package json

"webrewrc": {
    "port": "1165"
}

Uninstall :( remove the global version

npm uninstall webrew@v1.0.0