6.0.9 • Published 2 years ago

create-keystone-app-master-repo v6.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

create-keystone-app

This starter-kit will get you up and running with a new Keystone project in just a few minutes. Run one of the following commands to get started.

yarn create keystone-app-master

or

npm init keystone-app-master

or

npx create-keystone-app-master

See the Keystone website for more details on how to get started with Keystone.

FAQ

Why is this in a different repository to the rest of Keystone

We want to be able to have tests that create an app with create-keystone-app-master and then test to ensure it starts. This wouldn't be possible in the main Keystone repo since it relies on the rest of the packages being published (unless we published the packages to a local registry like Verdaccio but that would still add complexity and the chance for something to go wrong compared to the proper published versions to npm).