Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcaudate/tech.monorepo
A monorepo of the opensource techascent ml, mathematics, and interoperability systems.
https://github.com/zcaudate/tech.monorepo
Last synced: 25 days ago
JSON representation
A monorepo of the opensource techascent ml, mathematics, and interoperability systems.
- Host: GitHub
- URL: https://github.com/zcaudate/tech.monorepo
- Owner: zcaudate
- Created: 2019-02-05T12:17:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T03:35:31.000Z (about 6 years ago)
- Last Synced: 2024-11-14T12:50:05.025Z (3 months ago)
- Language: Clojure
- Size: 2.88 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tech.monorepo
A monorepo implementation for https://github.com/techascent/ directories
## Usage
Delete `src`, `test`, and `java` folders
```
(require '[tech.monorepo :as mono]);; Will pull down the repos and copy `src`, `test` and `java` directories
;; Clone, Copy and Rename Clojure files:
(mono/tech-init);; Manually Change Java Files:
;; tech.svm -> tech.lib.svm
;; tech.resource -> tech.core.resource;; Change config/deploy.edn, uncomment to use example keys and repositories instead of secured files
;;
;; In order to secure the files, an additional key needs to be installed. I'll go through
;; how to do that.;; See what files are package
(hara.deploy/linkage '[tech] {:tag :dev});; Package libs, output to target/interim
(hara.deploy/package '[tech] {:tag :dev});; Installs libs to local directory
(hara.deploy/install '[tech] {:tag :public});; Deploys libs to clojars/other repository
(hara.deploy/deploy '[tech] {:tag :public})
```## License
Copyright © 2019