New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guidecx/devenv

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidecx/devenv

Developer local environment utility

  • 1.3.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-72.41%
Maintainers
3
Weekly downloads
 
Created
Source

devenv

Developer local environment utility.

Used for containerization both during development and in production. This command-line utility assists in setting up isolated local dev environments, optionally using docker-compose to coordinate and isolate project-specific groups of containers.

Pre-Requisites

  • NodeJS LTS
  • Docker
  • Git Bash (if Windows)

Getting Started

Run Git Bash as an administrator (if Windows)

npm install
npm run build
npm run test

Use

# bring up the local environement
npm run devup
# bring down the local environement
npm run devdown

Release New NPM Module

On master branch

npm version patch

Windows

MongoDB images are not compatible with windows when volume sharing as described here:
https://stackoverflow.com/questions/42892993/windows-docker-mongo-container-doesnt-work-with-volume-mount
Because of this limitation the volumes setting is commented out in the docker-compose.yaml, uncomment in order to enable this (for non-windows users). There is a possible work around would could consider trying in the future of binding to a docker volume instance.

FAQs

Package last updated on 30 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc