File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 9
9
![ ] ( https://img.shields.io/badge/stars%20⭐-6-yellow )
10
10
![ ] ( https://img.shields.io/badge/days%20completed-3-red )
11
11
12
- ## Start a boilerplate for a new day
12
+ ## Run the currently configured default day
13
+ ` npm start `
14
+
15
+ ### Run in debug mode for extended logging
16
+ ` DEBUG=1 npm start `
17
+ ## Generate a boilerplate for a new day
13
18
` npm run new `
14
19
### Special Instructions
15
20
Run by modifying ` index.js ` to point to the puzzle you want to execute.
Original file line number Diff line number Diff line change 10
10
"posttest" : " nyc report --reporter=html --reporter=text-lcov > coverage.lcov" ,
11
11
"lint" : " standard" ,
12
12
"report-coverage" : " codecov" ,
13
- "new" : " npx plop --plopfile ./plop-templates/plopfile.js"
13
+ "new" : " npx plop --plopfile ./plop-templates/plopfile.js" ,
14
+ "start" : " node ./index.js"
14
15
},
15
16
"repository" : {
16
17
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments