Closed matt-gadd closed 7 years ago
Merging #162 into master will increase coverage by
0.06%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #162 +/- ##
========================================
+ Coverage 98.94% 99% +0.06%
========================================
Files 15 16 +1
Lines 379 404 +25
Branches 46 50 +4
========================================
+ Hits 375 400 +25
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/commands/init.ts | 100% <100%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0f8b32f...594c8d9. Read the comment docs.
Type: feature
The following has been addressed in the PR:
Description:
A new
dojo init
command for creating a scaffold.dojorc
from the available commands installed.The command will
.dojorc
if there isn't one, populated with empty objects for each command installed ie:.dojorc
with any additional commands installed (without overwriting existing config, and retaining the users indent formatting).In the future we can potentially extend this to include default global settings and/or default command settings.