Skip to main content
Module

x/fastro/Makefile

Fast and simple web application framework for deno
Go to Latest
File
build: lint test lint: deno lint --unstable test: deno test -A --unstable --coverage=cov_profile deno coverage cov_profile deno coverage cov_profile --lcov --output=cov_profile.lcov genhtml -o cov_profile/html cov_profile.lcov