0.1.1 • Published 5 years ago

@ambientum/cli v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@ambientum/cli

npm version Known Vulnerabilities

Command line interface for Ambientum.

npm -g install @ambientum/cli

Ambientum CLI provided the amb global command, which helps you achieve several goals related to PHP and Node.JS projects:

Feature 1: Replace PHP and Node.JS local installations with Docker ones.

That's right, with Ambientum you can replace PHP and Node.JS installs by Dockerized versions and keep you system clean.

All data is persisted on special volumes and you current directory is automatically mapped to the container.

PHP Examples:

Using Composer:

amb -p composer create laravel/laravel my-project

Running a PHP script:

amb -p php my/path/to/script.php
Node.JS Examples:

Using NPM

amb -n npm -g install @vue/cli
amb -n vue create my-project

Install

You can install ambientum-cli through NPM, as a global command:

npm install -g @ambientum/cli
0.1.1

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago