serves a magic api from a magic api dir.
npm i @grundstein/gas// 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 2323- add /timestamp endpoint to all apis, if it does not exist. for now, /timestamp depends on last git commit.
- big refactor. add types, add tests.
- update dependencies
use url.pathToFileURL to make windows await import api files correctly
first release