webrew
v0.0.26
Published
Brew a web project.
Downloads
10
Readme
WebBrew CLI (ALPHA)
by Hamed Asemi

Features 1.0
- HTTP/2.0 compatible server for both development and production
- Built in [email protected] 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 --globalUsage
DEBUG=true webrewUninstall :( remove the global version
npm uninstall webrew --globalAdvanced usage
Installation: a local specific version
npm install [email protected]Usage:
DEBUG=true webrew server start --koa --port=8080Config: Add in package json
"webrewrc": {
"port": "1165"
}Uninstall :( remove the global version
npm uninstall [email protected]