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

https://github.com/alfianandinugraha/calcy

Try to implement https://api-extractor.com/ for better documentation of Typescript
https://github.com/alfianandinugraha/calcy

api api-documenter api-extractor testing typescript

Last synced: about 2 months ago
JSON representation

Try to implement https://api-extractor.com/ for better documentation of Typescript

Awesome Lists containing this project

README

        

# Calcy

A tiny math libary to calculate numbers. This repository for my learning from [Production-Grade Typescript](https://frontendmasters.com/courses/production-typescript/)

What I have learned ?

- Configure Typescript with ESLint
- Configure Jest for Typescript
- Know some property of tsconfig.json
- Create API Documentation with [@microsoft/api-extractor](https://www.npmjs.com/package/@microsoft/api-extractor) and [@microsoft/api-documenter](https://www.npmjs.com/package/@microsoft/api-documenter)