All Projects → keystonejs → create-keystone-app

keystonejs / create-keystone-app

Licence: MIT License
CLI app that makes it easy to get started with Keystone

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

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

or

npm init keystone-app

or

npx create-keystone-app

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 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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].