Skip to content

Commit 2b39e17

Browse files
Merge pull request #122 from amclin/feat/plop
feat: templatize new day creation
2 parents 40c94fa + 7f50125 commit 2b39e17

File tree

7 files changed

+1990
-12
lines changed

7 files changed

+1990
-12
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
[![Build Status](https://travis-ci.com/amclin/advent-of-code.svg?branch=master)](https://travis-ci.com/amclin/advent-of-code)
33
[![codecov](https://codecov.io/gh/amclin/advent-of-code/branch/master/graph/badge.svg)](https://codecov.io/gh/amclin/advent-of-code)
44

5+
## Start a boilerplate for a new day
6+
`npm run new`
57
### Special Instructions
68
Run by modifying `index.js` to point to the puzzle you want to execute.
7-
89
#### 2019:Day 02
910
Day 2 requires the use of BigInt which is added to Javascript in ES2020 and I didn't include a polyfill.
1011
This limits the solution to [Javascript engines with BigInt support](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility)

0 commit comments

Comments
 (0)