cloverfield-tools / cf-package

Cloverfield Package Scaffold
MIT License
98 stars 14 forks source link

Fill prompt `schema` with all required variables #5

Closed nkbt closed 9 years ago

nkbt commented 9 years ago

At the moment only package.name is read. We need all:

const defaults = {
  user: {
    name: '',
    github: '',
    email: ''
  },
  package: {
    name: '',
    description: ''
  }
};