Kabir Baidhya

Results 31 issues of 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...

hacktoberfest

## 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...

cli

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...

feature
hacktoberfest
interesting
ux
next

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.

help wanted
feature
hacktoberfest
interesting

Add react project deployment example. Should be based upon app structure bootstrapped using [`create-react-app`](https://github.com/facebookincubator/create-react-app).

help wanted
good first issue
example
hacktoberfest

Add an example nodejs + pm2 (javascript) project deployment sample.

help wanted
good first issue
example
hacktoberfest

Add Node, TypeScript, PM2 project deployment example.

help wanted
good first issue
example
hacktoberfest

Write documentation for Node project deployment on the README.

documentation
good first issue

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...