1
mirror of https://github.com/jakejarvis/npm-module-template.git synced 2025-09-18 14:15:31 -04:00

initial commit 🎉

This commit is contained in:
2021-08-30 19:46:22 -04:00
commit 1cbe2b4758
11 changed files with 4278 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.DS_Store
node_modules/
dist/
.npmrc
.vscode/