jaune / sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Integration

SQL

Development

# lint
$> npm run lint

# format code
# ⚠⚠⚠ runs prettier-format and eslint --fix, it will modify your code. ⚠⚠⚠
$> npm run format

# fix dependencies issues
# ⚠⚠⚠ runs lerna-audit-fix, it will modify your code. ⚠⚠⚠
$> npm run audit-fix

About

License:GNU General Public License v3.0


Languages

Language:PLpgSQL 82.3%Language:TypeScript 17.7%