a friendly CLI to create, list, delete DigitalOcean droplets.
- create a 1g droplet in toronto
- delete a droplet
- list your droplets
- mostly everything
- ability to choose different droplet templates and locations
- you'll need a DigitalOcean API key
- clone repo and
yarn install. - run
node src/index.js. - check out
src/create.jsto manually modify the size and location of the droplet deployed.