takeoff-env / takeoff

A rapid development environment using docker for convenience.
https://takeoff.sh/
MIT License
271 stars 17 forks source link

Takeoff CLI Refactor #30

Closed tanepiper closed 6 years ago

tanepiper commented 6 years ago

This PR covers #27 where I am working to resolve how the command line tool is done.

My current thinking is using commander with an injected shelljs, so you get a command and argument, then the ability to pass options - however it's not without it's own issues.

Attempting to make this dynamic loading from both the main application, and loading local plugins available in environments.