https://github.com/ultirequiem/meta
🛳 Personal guide for shipping libraries for Rust, Deno, Ruby, Node.js, Python, Go, and .NET, example Apps
https://github.com/ultirequiem/meta
deno dotnet go meta nodejs python rust ultirequiem
Last synced: about 1 year ago
JSON representation
🛳 Personal guide for shipping libraries for Rust, Deno, Ruby, Node.js, Python, Go, and .NET, example Apps
- Host: GitHub
- URL: https://github.com/ultirequiem/meta
- Owner: UltiRequiem
- License: cc-by-sa-4.0
- Created: 2022-03-16T13:16:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T20:03:36.000Z (almost 4 years ago)
- Last Synced: 2025-05-12T21:09:39.130Z (about 1 year ago)
- Topics: deno, dotnet, go, meta, nodejs, python, rust, ultirequiem
- Homepage: https://meta.ultirequiem.com
- Size: 51.8 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Meta
Describing the process of how I publish libraries to different ecosystems.
Check [common/](./common/) for a more general guide.
[Discuss](https://ultirequiem.com/discord)
## General
Some things I want to have in common with all my packages.
### Install Instructions
Even if the user _probably_ already knows, I want them to be able to copy-paste
the command.
- If there isn't a install step, eg. Deno, jump to the Example Usage section.
- While if they are multiple ways just show the most popular one.
If is a CLI tool, always give binary options when possible.
Distribute it by 👇
- Releases
- [Shell Script](https://shellscript.sh)
- [PowerShell Script](https://docs.microsoft.com/en-us/powershell/scripting/overview)
> Example 👉 [ultirequiem/chigo](https://github.com/UltiRequiem/chigo)
### Example Usage
If is a library, a code snippet. While if is a CLI Tool a video/screenshot and
usage example is cool.
> Example 👉 [ultirequiem/ruquotes](https://github.com/UltiRequiem/ruquotes)
## Specific
Some notes about each specific ecosystem.
- [Crates](./crates)
- [Deno](./deno)
- [Gems](./gems)
- [NPM](./npm)
- [Nugets](./nugets)
- [PYPI](./pypi)
- [Web](./web)
## License
Licensed under Creative Commons Attribution Share Alike 4.0 International.