5.0.0 • Published 2 years ago

navy-plugin-nodejs v5.0.0

Weekly downloads
337
License
MIT
Repository
github
Last release
2 years ago

navy-plugin-nodejs

A set of helpers to help improve the experience of developing NodeJS applications with Navy

Installation

Create or update a Navyfile.js alongside your docker-compose.yml. Make sure you've added this plugin:

module.exports = {
  plugins: ["navy-plugin-nodejs"]
}

Make sure you also npm install navy-plugin-nodejs alongside your Docker Compose config.

Features

Resolve npm link'd modules

When using navy develop with a Node app which has linked node modules, you might run into problems with the symlinks pointing to outside of the Docker container.

This will rewrite your npm link'd modules to point directly to the repo which is linked, and will also mount your home directory into the container so that symlink can be resolved.

License

Licensed under the MIT License.

View the full license here.

5.0.0

2 years ago

5.0.0-rc.0

3 years ago

4.1.2-rc.1

4 years ago

4.1.1

5 years ago

3.2.0

7 years ago

2.5.2

7 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago