Open
Description
This should do a couple things:
- If a
global.json
doesn't exist in the executing folder create one - Add a
scripts
section with a simpleecho "hello world"
type script
It could also accept a --template <template>
option which would add pre-configured scripts. The default
one could be something like this:
Should this be init
and only available if no global.json
or scripts
section are found, or should it be a flag --init
and always visible?