0.0.13 • Published 3 years ago

@smorales/dockerutil v0.0.13

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

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago