README
Pleated Slacks

Helping Node devs get started with Docker since about now
Pleated Slacks is the comfortable way to get started with Docker, just like Dockers are the comfortable way to wear slacks for work. We analyze your package.json and suggest the Docker modules you'll want to use to run your app's stack. You select which modules you actually want, and we create your Docker Compose file for you.
- npm install -g pleated-slacks
- cd my-repo
- slacks
- Follow the prompts
- Enjoy the auto-created Docker Compose file!
Future development
- Launch your Docker environment
- You can control your ports
- Mount your volumes
- Apply your runtime environment variables
- Deploy... somewhere? (Tell us where!)
- Your feature here!