myartifacts
v0.1.8
Published
Publish and manage self-contained HTML pages on myartifacts.dev
Maintainers
Readme
MyArtifacts CLI
Publish and manage self-contained HTML pages on myartifacts.dev.
npx myartifacts skill install all
npx myartifacts publish ./page.html --title "My page"The installed executable is also available as artifacts when the package is installed locally or globally.
The public package is client-only. The development API server and repository source
are not included in the npm tarball. Repository maintainers can run the local server
with npm run artifacts:serve -- --port 8787 from a source checkout.
