freshstack
v0.0.1
Published
Home provisioning scripts for a fresh OSX install
Downloads
4
Maintainers
Readme
freshstack - Manage Docker Dev Containers
Docker dev container building and management
Dependencies
- Docker: https://www.docker.com/
- VSCODE: https://code.visualstudio.com/
Install from NPM
npm i -g freshstack
Install from Source
- git clone [email protected]:freshstacks/freshstack.git
- cd freshstack
make
(optional) to locally build freshstack imagesmake install
(orsudo npm i -g .
) to installfresh
cli globally