RE: RE: [codecasts/ambientum] Performance Improvements & Refactoring
You are viewing a single comment's thread from:

RE: [codecasts/ambientum] Performance Improvements & Refactoring

Words
63
Reading
1 min
Listen
Play
8y

Hey codingdefined@codingdefined, thanks!

So, the images for Node are stated on the readme file:

image.png

Also, when you install Ambientum aliases, you can replace local PHP and Node by dockerized versions:

curl https://github.com/codecasts/ambientum/raw/master/commands.git-bash -o ~/.ambientum_rc
source ~/.ambientum_rc

This enables you do do:

n npm install -g gulp
n gulp --version

or

p composer install

The script automatically mount the current directly on the container, that gets removed after.

Notice some features are undocumented on purpose, since they are too experimental yet.

@hernandev: Hey @codingdefined, | Ecency