Files
meteor/tools/cli/example-repositories.js
2024-03-20 11:57:08 -04:00

15 lines
821 B
JavaScript

export const EXAMPLE_REPOSITORIES = {
"vue": { "repo": "https://github.com/meteor/skel-vue" },
"react": { "repo": "https://github.com/meteor/skel-react" },
"full": { "repo": "https://github.com/meteor/skel-full" },
"bare": { "repo": "https://github.com/meteor/skel-bare" },
"blaze": { "repo": "https://github.com/meteor/skel-blaze" },
"chakra-ui": { "repo": "https://github.com/meteor/skel-chakra-ui" },
"apollo": { "repo": "https://github.com/meteor/skel-apollo" },
"minimal": { "repo": "https://github.com/meteor/skel-minimal" },
"solid": { "repo": "https://github.com/meteor/skel-solid" },
"svelte": { "repo": "https://github.com/meteor/skel-svelte" },
"tailwind": { "repo": "https://github.com/meteor/skel-tailwind" },
"typescript": { "repo": "https://github.com/meteor/skel-typescript" },
};