An open API service for producing an overview of a list of open source projects.

https://github.com/sixafter/nanoid-cli

Score: -Infinity

Last synced: about 11 hours ago
JSON representation

Repository metadata:

A simple, fast, and concurrent command-line tool for generating secure, URL-friendly unique string IDs using the NanoID Go implementation.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 94
Total Committers: 1
Avg Commits per committer: 94.0
Development Distribution Score (DDS): 0.0

Commits in past year: 66
Committers in past year: 1
Avg Commits per committer in past year: 66.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Michael Primeaux m****x 94

Issue and Pull Request metadata

Last synced: 19 days ago

Total issues: 0
Total pull requests: 33
Average time to close issues: N/A
Average time to close pull requests: 8 minutes
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 26
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 24
Past year average time to close issues: N/A
Past year average time to close pull requests: 10 minutes
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 18
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/sixafter/nanoid-cli

Top Issue Authors

Top Pull Request Authors

  • mprimeaux (33)

Top Issue Labels

Top Pull Request Labels

  • kind: debt (28)
  • priority: medium (26)
  • priority: high (5)
  • kind: risk (3)
  • kind: feature (2)
  • priority: critical (1)
  • priority: low (1)

Package metadata

proxy.golang.org: github.com/sixafter/nanoid-cli

  • Homepage: https://github.com/sixafter/nanoid-cli
  • Documentation: https://pkg.go.dev/github.com/sixafter/nanoid-cli#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.45.0 (published 19 days ago)
  • Last Synced: 2026-02-04T08:53:49.950Z (about 21 hours ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.039%
    • Average: 6.241%
    • Dependent repos count: 6.443%

Dependencies

.github/workflows/ci.yaml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • golangci/golangci-lint-action v6 composite
  • sonarsource/sonarcloud-github-action master composite
.github/workflows/release.yaml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • goreleaser/goreleaser-action v6 composite
go.mod go
  • github.com/blang/semver/v4 v4.0.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/sixafter/nanoid v1.17.2
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.9.0
  • golang.org/x/crypto v0.29.0
  • golang.org/x/sys v0.27.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/blang/semver/v4 v4.0.0
  • github.com/cpuguy83/go-md2man/v2 v2.0.4
  • github.com/davecgh/go-spew v1.1.1
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/sixafter/nanoid v1.17.2
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.9.0
  • golang.org/x/crypto v0.29.0
  • golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
  • golang.org/x/sys v0.27.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/codeql-analysis.yaml actions
  • actions/checkout v6 composite
  • actions/setup-go v6 composite
  • github/codeql-action/analyze v4 composite
  • github/codeql-action/autobuild v4 composite
  • github/codeql-action/init v4 composite