@grundstein/gas
v0.0.4
Published
NOT YET BENCHMARKED OR IN PRODUCTION! @grundstein/gas. serves apis for magic apps.
Downloads
9
Readme
@grundstein/gas
WIP. NOT IN PRODUCTION, TESTED AND/OR BENCHMARKED YET!
gas: grundstein api service
features:
api
serves a magic api from a magic api dir.
installation
npm i @grundstein/gasusage
// show full help
gas --help
// serve the ./docs directory as api
gas
// serve specific directory
gas --dir local/directory/path
// serve on specific host and port
gas --host grundstein.it --port 2323changelog
v0.0.5 - unreleased
v0.0.4
- add /timestamp endpoint to all apis, if it does not exist. for now, /timestamp depends on last git commit.
v0.0.3
- big refactor. add types, add tests.
- update dependencies
v0.0.2
use url.pathToFileURL to make windows await import api files correctly
v0.0.1
first release
