Files
meteor/tools/cli/example-repositories.js
2021-06-25 12:26:39 +02:00

27 lines
1.1 KiB
JavaScript

export const EXAMPLE_REPOSITORIES = {
clock: { repo: 'https://github.com/meteor/clock' },
leaderboard: { repo: 'https://github.com/meteor/leaderboard' },
localmarket: { repo: 'https://github.com/meteor/localmarket' },
'simple-todos': { repo: 'https://github.com/meteor/simple-todos' },
'simple-todos-react': {
repo: 'https://github.com/meteor/simple-todos-react'
},
'simple-todos-angular': {
repo: 'https://github.com/meteor/simple-todos-angular'
},
todos: { repo: 'https://github.com/meteor/todos' },
'todos-react': {
'repo': 'https://github.com/meteor/todos',
'branch': 'react',
},
'angular-boilerplate': {
repo: 'https://github.com/Urigo/angular-meteor-base.git'
},
simpletasks: { repo: 'https://github.com/fredmaiaarantes/simpletasks' },
chakraui: { repo: 'https://github.com/meteor/examples/blob/main/chakra-ui' },
tailwindcss: { repo: 'https://github.com/meteor/examples/blob/main/tailwindcss' },
wantch: { repo: 'https://github.com/filipenevola/wantch' },
doubleapp: { repo: 'https://github.com/denihs/double-app/' },
};