Option for default folder
Closed this issue · 4 comments
silviopaganini commented
It's a bit annoying having to type src/components/${Component}
every time... would be nice to put the option for the default folder
snaerth commented
Good idea. Yes, it possible to but it in the defaults. I will look into it soon
Daveawb commented
@silviopaganini the PR was merged and you can now add a config option
package.json
{
...
crcf: [
{
output: '/default/output/dir'
}
]
}
silviopaganini commented
awesome!