* 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
12 lines
144 B
Markdown
12 lines
144 B
Markdown
# NPM Package Analyzer
|
|
|
|
### Usage
|
|
|
|
Start the project:
|
|
|
|
```
|
|
deno task start
|
|
```
|
|
|
|
This will watch the project directory and restart as necessary.
|