https://github.com/remithomas/monorepo-boilerplate
https://github.com/remithomas/monorepo-boilerplate
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remithomas/monorepo-boilerplate
- Owner: remithomas
- Created: 2019-01-29T23:47:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T03:50:28.000Z (over 7 years ago)
- Last Synced: 2025-01-30T11:11:14.783Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP - Monorepo Boilerplate
> A simple boilerplate of `monorepo` CI/CD using `CircleCi`
## Motivations
Sometimes you need a monorepo with multiple technologies (nodejs, java, golang, elixir). I need a boilerplate to start up it.
## How-to
## References
- https://github.com/Tufin/circleci-monorepo
- https://blog.ghaiklor.com/how-do-we-build-our-platform-from-mono-repository-on-circleci-d98fc2bf8170
## Todos
- [ ] Maven service
- [ ] Maven release (multiple maven projects)
- [ ] Nodejs service
- [ ] Docker-compose
- [ ] External commands (to clean .circleci/config.yml) shell scripts
- [ ] Create task to validate circleci config (using task `circleci config validate`)