Files
meteor/tools/cli/example-repositories.js
2023-07-03 15:31:43 -03:00

16 lines
884 B
JavaScript

export const EXAMPLE_REPOSITORIES = {
"vue-2": { "repo": "https://github.com/meteor/skel-vue-2" },
"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" },
};