Skip to content

devilrancy/docker-npm-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Container NPM Tools

A collection of NPM tools to aid in the development and QA of Javascript/Web applications.

Current Tools

  • npm
  • bower
  • gulp
  • grunt
  • webpack
  • browserify
  • mocha

Usage

You can simply call:

docker run --rm -it -v "$PWD":/app schodemeiss/npm-tools

By default this will run "npm install && gulp". IE: Install all packages inside the folders "packages.json" and then run the default gulp task if one exists.

You can call the tools by simply using:

docker run --rm -it -v "$PWD":/app schodemeiss/npm-tools bower install

This will run "bower" with the "install" argument.

Any of the other tools can be called with their respective usages.

Helper Scripts

Powershell

A Powershell function alias script can be found here: https://github.com/schodemeiss/docker-npm-tools/blob/master/npm-tools-aliases.ps1

This will allow you to run "npm" without having to run any docker specific commands.

Bash

Coming Soon!

About

NPM tools inside a single Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published