PHP Classes

File: .scripts/npm.sh

Recommend this page to a friend!
  Classes of Edward Paul   Find PHP Service   .scripts/npm.sh   Download  
File: .scripts/npm.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Find PHP Service
Application to find services in a near location
Author: By
Last change:
Date: 4 years ago
Size: 121 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash docker run --rm \ --volume $PWD:/usr/src/app \ --workdir /usr/src/app \ node:8 npm "$@"