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
- Host: GitHub
- URL: https://github.com/alfianandinugraha/calcy
- Owner: alfianandinugraha
- Created: 2021-11-01T06:54:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T07:15:15.000Z (over 3 years ago)
- Last Synced: 2025-02-07T03:29:12.756Z (4 months ago)
- Topics: api, api-documenter, api-extractor, testing, typescript
- Language: TypeScript
- Homepage: https://alfianandinugraha.github.io/calcy/
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)