Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencerlabs/create-jam
Create a Jamstack app with many of the most popular frameworks through a single CLI
https://github.com/spencerlabs/create-jam
cli create-jam jamstack
Last synced: about 2 months ago
JSON representation
Create a Jamstack app with many of the most popular frameworks through a single CLI
- Host: GitHub
- URL: https://github.com/spencerlabs/create-jam
- Owner: spencerlabs
- License: mit
- Created: 2022-12-28T04:53:04.000Z (about 2 years ago)
- Default Branch: next
- Last Pushed: 2024-10-29T01:10:03.000Z (2 months ago)
- Last Synced: 2024-11-14T12:55:10.383Z (about 2 months ago)
- Topics: cli, create-jam, jamstack
- Language: TypeScript
- Homepage: https://createjam.app
- Size: 46.8 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Create JAM App
Create [Jamstack](https://jamstack.org) apps from the most popular frameworks in a single CLI!
## Quick Start
```bash
# yarn
yarn create jam# npm
npm init jam# pnpm
pnpm create jam# npx
npx create-jam
```## Documentation
Head to [createjam.app](https://createjam.app/) to view the latest documentation.
## Frameworks
- [Angular](https://createjam.app/#/frameworks?id=angular)
- [Astro](https://createjam.app/#/frameworks?id=astro)
- [Blitz](https://createjam.app/#/frameworks?id=blitz)
- [Docsify](https://createjam.app/#/frameworks?id=docsify)
- [Docusaurus](https://createjam.app/#/frameworks?id=docusaurus)
- [Gatsby](https://createjam.app/#/frameworks?id=gatsby)
- [Gridsome](https://createjam.app/#/frameworks?id=gridsome)
- [Hexo](https://createjam.app/#/frameworks?id=hexo)
- [Nest](https://createjam.app/#/frameworks?id=nest)
- [Next.js](https://createjam.app/#/frameworks?id=nextjs)
- [Nuxt](https://createjam.app/#/frameworks?id=nuxt)
- [Preact](https://createjam.app/#/frameworks?id=preact)
- [Quasar](https://createjam.app/#/frameworks?id=quasar)
- [React](https://createjam.app/#/frameworks?id=react)
- [Redwood](https://createjam.app/#/frameworks?id=redwood)
- [Remix](https://createjam.app/#/frameworks?id=remix)
- [Stencil](https://createjam.app/#/frameworks?id=stencil)
- [SvelteKit](https://createjam.app/#/frameworks?id=sveltekit)
- [Vite](https://createjam.app/#/frameworks?id=vite)
- [VuePress](https://createjam.app/#/frameworks?id=vuepress)