danielkermode / project-starter-dan

MIT License
1 stars 0 forks source link

Default Info File #1

Closed danalexilewis closed 8 years ago

danalexilewis commented 8 years ago

As a user, I want to create an info file that is read from when I create new packages So that i don't need to manually fill out the details in package.json

danielkermode commented 8 years ago

There's a currently a prompt that walks through customizing the package.json in a manner that is practically identical to slush-pages-react, however I like the idea of a config file that can be used for quick setup. Perhaps a -c /path/to/config.json that will skip the prompt and fill in the package.json?

danalexilewis commented 8 years ago

hmmm I was thinking of it as simple as If a global config file is set

danielkermode commented 8 years ago

added a command dank config to set up author/node engine config details. If config is empty, user will be notified each time they run dank.