0.0.13 • Published 5 years ago

@smorales/dockerutil v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.1

5 years ago