* Implements Basic Routing and API * Implements Package.json file select and json parse * Displays Project Name, Version & Desc from the package.json * Fetch all package details using npm registry API and map it based on package name
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
#!/usr/bin/env -S deno run -A --watch=static/,routes/
|
|
|
|
import dev from "$fresh/dev.ts";
|
|
|
|
await dev(import.meta.url, "./main.ts");
|