sample-express-sqlite
Sample Todo App combining Express.js with Sqlite3
yarn build
- Builds the package, emitting .js and .d.ts files
yarn lint
- Runs lint over the project source
yarn test
- Runs all tests under the src/ directory
yarn publish
- Bumps package version and publishes the package to Github Packages
Uses @brisberg/typescript-pkg as a template for Toolchain configuration.
See that repo for a list of tools, documentation, and upgrade steps.