We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 301c989 + 3fe6658 commit 1ce7d8cCopy full SHA for 1ce7d8c
5 files changed
.gitignore
@@ -107,3 +107,4 @@ deps/mermaid
107
samples/output.md
108
junit.xml
109
output-*.json
110
+funktechno-sqlsimpleparser*
.npmignore
@@ -101,11 +101,11 @@ typings/
101
102
# TernJS port file
103
.tern-port
104
-lib
105
deps/mermaid
106
tests
.github
111
coverage
README.md
@@ -85,3 +85,8 @@ const models = parser
85
## Development
86
* `npm install`
87
* `npm test` or use vscode debugger **Jest single run**
88
+
89
+## Deploy
90
+* `npm publish --access public`
91
+* Testing
92
+ * `npm pack`
0 commit comments