Start with Extensions
Extensions are preloaded features on your scaffold-stark setup that can make your development faster by skipping implementation of basic common features. One command is all that is needed.
Getting Started with Extensionsโ
To create a new Scaffold-Stark project with extensions:
npx create-stark@latest --extension <extension-name>
OR
npx create-stark@latest -e <extension-name>
What are Extensions?โ
- Preloaded features on your scaffold-stark setup
- Can make your development faster by skipping implementation of basic common features
- One command is all that is needed
You can find the list of extensions here
For more information about available extensions and how to use them, check out the Extensions section