Skip to content

Commit

Permalink
feat: initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonnet committed Jul 21, 2020
0 parents commit b70853d
Show file tree
Hide file tree
Showing 27 changed files with 3,141 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.DS_Store
*.sublime-workspace
.cache
.DS_Store
.nyc_output
coverage
dist
lib
node_modules
17 changes: 17 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*.DS_Store
*.sublime-project
*.sublime-workspace
.cache
.gitignore
.npmignore
.nvmrc
.nyc_output
.travis.yml
coverage
doc
dist/app
node_modules
package-lock.json
scripts
demo
src/**/tests
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- 12

after_success:
- npx codecov --file=./coverage/lcov.info

0 comments on commit b70853d

Please sign in to comment.