Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i10416/fullcross.g8
full cross project template
https://github.com/i10416/fullcross.g8
scala scalajs scalanative template
Last synced: about 2 months ago
JSON representation
full cross project template
- Host: GitHub
- URL: https://github.com/i10416/fullcross.g8
- Owner: i10416
- Created: 2022-04-05T02:18:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T19:01:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:56:14.949Z (almost 2 years ago)
- Topics: scala, scalajs, scalanative, template
- Language: Scala
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullcross.g8
## About
A [Giter8][g8] template for full cross project against jvm, js and native platform```shell
g8 i10416/fullcross.g8
```## Release
### setup gpg
1: generate key
```sh
gpg --gen-key
``````sh
export LONG_ID=
``````sh
gpg --keyserver keyserver.ubuntu.com --send-keys $LONG_ID
``````sh
gpg --armor --export-secret-keys $LONG_ID | base64 -w0
```2: export `PGP_PASSPHRASE`,`PGP_SECRET`,`SONATYPE_PASSWORD` and `SONATYPE_USERNAME` at https://github.com/`id`/`repo`/settings/secrets/actions
3: push tag
```sh
git tag -a v0.0.1 -m "v0.0.1"
git push origin v0.0.1
```Template license
----------------
Written in 2022 by Yoichiro Ito [email protected]
[other author/contributor lines as appropriate]To the extent possible under law, the author(s) have dedicated all copyright and related
and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See .[g8]: http://www.foundweekends.org/giter8/