crpaste
Version, currently main branch1 version
- main branchlatestMay 19, 2025
github.com/jhass/crpaste
A simplistic, command line focused pastebin.
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
crpaste:
github: jhass/crpaste
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.11.2- License
- MIT
- Author
- Jonne Haß
- Target
crpastefrom src/crpaste.cr
Dependencies
Runtime Dependencies
README
crpaste
A simplistic, command line focused pastebin.
Installation
# Build assets
corepack install
pnpm install
pnpm run build
# Build backend
shards
crystal build --release src/crpaste.cr
# Prepare database
createdb crpaste
psql crpaste < schema.sql
# Run backend
# Default port: 8000 Change by setting PORT
# Default database: crpaste Change by setting DB
./crpaste
Usage
See usage.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- May 19, 2025
- Crystal
1.11.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/jhass/crpaste
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1