Skip to content

docs(publishing): use the scoped npm create command - #334

Merged
mtoy-googly-moogly merged 1 commit into
malloydata:mainfrom
mlennie:monty/docs-site-scoped-command
Jul 24, 2026
Merged

docs(publishing): use the scoped npm create command#334
mtoy-googly-moogly merged 1 commit into
malloydata:mainfrom
mlennie:monty/docs-site-scoped-command

Conversation

@mlennie

@mlennie mlennie commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #332. The scaffolder was republished under the org scope as @malloy-publisher/create-malloy-package, and the old unscoped create-malloy-package was unpublished, so the quick start now needs the scoped command:

  • npm create @malloy-publisher/malloy-package <name> (was npm create malloy-package)
  • npx @malloy-publisher/create-malloy-package <name> (was npx create-malloy-package)

The unscoped command 404s now, and npm blocks re-publishing an unpublished name for 24 hours, so this is the only way to make the page's command work again. Matches the same swap on the Publisher README (malloydata/publisher#910). Three lines, markdown only.

The scaffolder was republished as @malloy-publisher/create-malloy-package and the
old unscoped create-malloy-package was unpublished, so the quick start must show
`npm create @malloy-publisher/malloy-package` / `npx @malloy-publisher/create-malloy-package`.
The unscoped command now 404s. Follow-up to the merged malloydata#332.

Signed-off-by: Monty Lennie <montylennie@gmail.com>
@mlennie
mlennie force-pushed the monty/docs-site-scoped-command branch from f91a0fa to f131cdd Compare July 24, 2026 17:50
@mtoy-googly-moogly
mtoy-googly-moogly merged commit b5714ba into malloydata:main Jul 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants