README
Tiny express crud controller
install:
yarn add @australis/tiny-crud-controller
usage:
see ../crud-controller-demo
see ../crud-controller/test
build:
yarn build
test:
yarn test
Notes:
- transpiled to be transpiled (esnext)
- unbundled
simple express crud controller
<script type="module">
import australisTinyCrudController from 'https://cdn.skypack.dev/@australis/tiny-crud-controller';
</script>
install:
yarn add @australis/tiny-crud-controller
usage:
see ../crud-controller-demo
see ../crud-controller/test
build:
yarn build
test:
yarn test
Notes: