@nomadmystic/github-dependencies-next
v0.1.5
Published
Next.js app to show, update, commit, and push dependency changes to GitHub.
Downloads
7
Readme
GitHub Dependencies Next
Next.js app to show, update, commit, and push dependency changes to GitHub.
Development:
Requires: Docker, Node.js (>=18)
$ git clone [email protected]: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}
Helpful Links:
https://docs.docker.com/
https://docs.docker.com/compose/reference/
https://nextjs.org/docs
https://react.dev/
https://expressjs.com/
MongoDB:
- https://www.mongodb.com/try/download/compass