Skip to content

Commit 71eceeb

Browse files
Added table of content to readmes
1 parent 23ce60a commit 71eceeb

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# TypeScript OpenApi/Swagger Generator
22

3+
- [TypeScript OpenApi/Swagger Generator](#typescript-openapiswagger-generator)
4+
- [Description](#description)
5+
- [Installation](#installation)
6+
- [Usage](#usage)
7+
- [The script](#the-script)
8+
- [Main CLI commands](#main-cli-commands)
9+
- [Development](#development)
10+
- [Run with watch (internet file)](#run-with-watch-internet-file)
11+
- [Run with watch (local file)](#run-with-watch-local-file)
12+
313
## Description
414

515
This script is written in `TypeScript`, it can generate all `Models` and `APIs` (serivces) in any kind of language.

templates/Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# TypeScript OpenApi/Swagger Generator - Templates
22

3+
- [TypeScript OpenApi/Swagger Generator - Templates](#typescript-openapiswagger-generator---templates)
4+
- [Details](#details)
5+
- [How to create a custom template](#how-to-create-a-custom-template)
6+
- [1 - Duplicate any template folder](#1---duplicate-any-template-folder)
7+
- [2 - Customize your template](#2---customize-your-template)
8+
- [3 - Generate the api files with your own template](#3---generate-the-api-files-with-your-own-template)
9+
- [4 - Just enjoy your saved time!](#4---just-enjoy-your-saved-time)
10+
- [File naming (for each template)](#file-naming-for-each-template)
11+
- [config.js](#configjs)
12+
- [api.?](#api)
13+
- [model.?](#model)
14+
- [enumModel.?](#enummodel)
15+
316
## Details
417

518
This folder contain a list of presets for different languages.

0 commit comments

Comments
 (0)