0.0.13 • Published 4 years ago

@smorales/dockerutil v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Dockerutil

Dockerutil is a commandline utility which helps to setup docker environments for Elixir/Phoenix or Laravel projetcs.

Install

npm install -g @smorales/dockerutil

Usage

Init

To initialize just cd to the projet folder and run dockerutil init. After answering all questions, a folder named docker will be created at the root of the project directory.

Example:

# create new laravel project
laravel new test-project

# get into projects folder
cd test-project

# setup docker (select laravel when asking for project type)
dockerutil init

# start the service
dockerutil up dev

dockerutil-setup

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago