mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
publish as @only-cli/oc
npm rejects the unscoped name only-cli as too similar to the existing onlycli package, so the package lives in the org scope with the binary name. The command is still oc and the repo is still only-cli/only-cli; install snippets across README, SKILL.md, llms.txt, and the benchmark docs now say npx @only-cli/oc.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# file publish.yml. From then on, publishing a GitHub release ships to npm.
|
||||
#
|
||||
# Release channels map to npm dist-tags:
|
||||
# latest stable releases, what `npm install only-cli` gets
|
||||
# latest stable releases, what `npm install @only-cli/oc` gets
|
||||
# beta release candidates, version like 0.2.0-beta.1
|
||||
# alpha earlier previews, version like 0.2.0-alpha.1
|
||||
# dev throwaway builds from main, version stamped per run
|
||||
|
||||
Reference in New Issue
Block a user