0.0.4 • Published 5 months ago

@keystatic/create v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@keystatic/create

The @keystatic/create packages allows users to create a Keystatic project direct from their CLI.

npx create @keystatic

Templates

There are two kinds of templates:

  • Simple templates - these are stored in the monorepo under /templates. These are basic implementations with minimal dependencies.
  • Complex templates - these show more advanced examples and are stored in separate repositories to keep dependencies in the monorepo smaller, and to avoid polluting the repo with lots of code and assets.

Both kind of templates should be published and downloaded by the CLI from npm directly.

Template major versions should be kept up to date with the major version of the CLI, so if breaking changes are introduced in the future the CLI can ensure users are downloading the latest template, not out-of-date cached versions.

Testing

To run locally use the command pnpm dev:create.

When asked for a directory to make the project in, you can specify absolute paths i.e. /Users/janedoe/projects/keystatic-test

0.0.4

5 months ago

0.0.3

8 months ago

0.0.2

10 months ago

0.0.1

11 months ago