Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Keywords
Repository
Yet Another Boomark Manager
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
yabm
Yet Another Boomark Manager
Install
bash
git clone git@github.com:fandreuz/yabm.git
cd yabm
go install .
Install shell completion
See here.
Database
This CLI is backed by a database. To run a local Postgres DB locally:
bash
podman run -it --rm \
-p 5432:5432 \
-e POSTGRES_DB=admin \
-e POSTGRES_USER=admin \
-e POSTGRES_PASSWORD=pwd \
-v ./dev/db:/docker-entrypoint-initdb.d \
postgres
Image docs here.
Persisting data
The command above will spin up a local DB which won't persist any data upon restart.
You can optionally mount a volume to persist DB data:
bash
PGDATA=/var/lib/postgresql/data
...
-e "PGDATA=$PGDATA" \
-v "./.postgres-data:$PGDATA" \
...
Script
A script to run a local DB via Podman with persistence in ./.postgres-data is
provided here.
Owner
- Name: Francesco Andreuzzi
- Login: fandreuz
- Kind: user
- Location: Geneva, Switzerland
- Company: CERN
- Repositories: 1
- Profile: https://github.com/fandreuz
CSE MSc student | SWE @cern
GitHub Events
Total
- Push event: 30
- Create event: 2
Last Year
- Push event: 30
- Create event: 2
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Francesco Andreuzzi | a****o@g****m | 77 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/fandreuz/yabm
Copyright © 2024 Francesco Andreuzzi <andreuzzi.francesco@gmail.com>
- Homepage: https://github.com/fandreuz/yabm
- Documentation: https://pkg.go.dev/github.com/fandreuz/yabm#section-documentation
- License: MIT