@creepiest-space/create-project
v0.1.0
Published
Create a Creepiest Space Bun and TypeScript project
Downloads
106
Maintainers
Readme
@creepiest-space/create-project
Create a Bun + TypeScript monorepo from the Creepiest Space base template.
bunx @creepiest-space/[email protected] my-projectThe CLI defaults to dependency installation and Git initialization. Automation can make every choice explicit:
bunx @creepiest-space/[email protected] my-project \
--template=base \
--no-install \
--no-gitRun with --help for all options. Existing directories require explicit --force.
Build and publish
Create a tarball in the repository's ignored artifacts/ directory:
bun run pack:npmInspect the npm publication lifecycle without uploading anything:
bun run publish:npm:dry-runAfter setting up npm authentication and assigning a version that does not already exist, publish the public scoped package:
bun run publish:npmprepublishOnly runs typechecking and tests. prepack then performs a clean build and verifies the
manifest, CLI shebang, declarations, license, and required base-template assets.
