Commit 2abfa79
committed
nodejs: independently publish under @google-cloud/sqlcommenter-*
Added a README.md, LICENSE and reorganized so that
the individual packages can be separately and published
to NPM under:
* @google-cloud/sqlcommenter-knex
* @google-cloud/sqlcommenter-sequelize
Ensured working tests by:
```shell
for dir in $(ls packages/)
do cd packages/$dir && npm install && npm test && cd $OLDPWD
done
```
Fixes #51 parent 8094fea commit 2abfa79
21 files changed
Lines changed: 445 additions & 1865 deletions
File tree
- nodejs/sqlcommenter-nodejs
- packages
- sqlcommenter-knex
- test
- unit
- sqlcommenter-sequelize
- test
- unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments