An open API service indexing awesome lists of open source software.

https://github.com/complexlity/jsdoc-tutorial


https://github.com/complexlity/jsdoc-tutorial

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# JSDoc: The Sound Alternative to Typescript

This repository contains the source code to this [article on JSDoc](https://example.com)

## Getting Started

The source file is found in [src/jsdoc.js](src/jsdoc.js)

## How to edit and run

- Create a new `.js` file containing jsdoc syntax in the [src folder](src) or modify the [existing file](src/jsdoc.js)

- Compile the code

```bash

npm run compile
```

- Open [out/index.html](out/index.html) in the browser

- Find the types declaration file in [out/types.d.ts](out/types.d.ts) and copy if you need.