@nomadmystic/github-dependencies-next

0.1.5 • Public • Published

GitHub Dependencies Next

Next.js app to show, update, commit, and push dependency changes to GitHub.

Development:

Requires: Docker, Node.js (>=18)

$ git clone git@github.com:nomad-mystic/github-dependencies-next.git
$ cd ./github-dependencies-next
$ nvm use
$ npm install
  • Build Images:
$ make build-development
  • Start Containers:
$ make start-development
  • Stop Containers:
$ make stop-development  
  • Remove Containers:
$ make remove-development  

MongoDB:

Connect to Docker MongoDB container with Compass.

  • Download MongoDB Compass
  • Open Compass app
  • Connect to mongodb://localhost:27017/

Docker:

Helpful commands

  • $ docker ps
  • $ docker exec -it development-mongo-dev-1 bash
  • $ docker inspect {CONTAINER_NAME}

Readme

Keywords

Package Sidebar

Install

npm i @nomadmystic/github-dependencies-next

Weekly Downloads

0

Version

0.1.5

License

ISC

Unpacked Size

75.4 kB

Total Files

51

Last publish

Collaborators

  • nomadmystic