Kabir Baidhya
Kabir Baidhya
Add basic support for building of java (war) based applications and deploy built war applications to remote server. Firstly, we'll need to create a new preset `java-war` just the way...
## CLI Commands - [x] `init`: Initialize minimal configuration using default options to get started. **Done** https://github.com/kabirbaidhya/boss/pull/62. - [x] `init --interactive, -i`: Initialize minimal configuration after interactively prompting and asking...
Have cleaner UX and CLI output. Get rid of all those fabric's logs and output unless users explicitly says to display them. By default hide everything on deployment or while...
Have a preset `docker` that can deploy any docker based project. Pretty much similar to how [now-cli](https://github.com/zeit/now-cli) does this https://zeit.co/now#demo.
Add react project deployment example. Should be based upon app structure bootstrapped using [`create-react-app`](https://github.com/facebookincubator/create-react-app).
Add an example nodejs + pm2 (javascript) project deployment sample.
Add Node, TypeScript, PM2 project deployment example.
Write documentation for Node project deployment on the README.
Use [dotenv](https://github.com/theskumar/python-dotenv) and add [heroku-cli](https://devcenter.heroku.com/articles/heroku-cli) like features `config:set`, `config:get`, `config:list` and so on.
I'm trying to use this in my TS project but I couldn't find the type declarations. Is TS not supported yet? In case this isn't already there, I'm willing to...