starter-kit
Version:
A quick command-line utility for NodeJS that helps quickly spin up new projects.
12 lines (11 loc) • 667 B
JavaScript
module.exports = {
'frontend-starter': 'git@github.com:mikemclaren/frontend-starter.git',
'react-starter': 'git@github.com:mikemclaren/react-starter.git',
'react-express-starter': 'git@github.com:mikemclaren/react-express-starter.git',
'sailsjs-starter': 'git@github.com:sq1agency/sailsjs-starter.git',
'email-starter': 'git@github.com:sq1agency/email-starter.git',
'express-jwt-starter': 'git@github.com:mikemclaren/express-jwt-starter.git',
'express-starter': 'git@github.com:mikemclaren/express-starter.git',
'koa-v2-starter': 'git@github.com:mikemclaren/koa-v2-starter.git',
'koa-graphql-starter': 'git@github.com:mikemclaren/koa-graphql-starter.git'
};