Skip to content

Commit c77dea3

Browse files
committed
doc: link to other skeleton repositories
1 parent 56a4d43 commit c77dea3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22

33
Repository intended to serve as a starting point if you want to bootstrap a project in TypeScript.
44

5+
The intention with this repository is to leave it with the bare minimum dependencies and tools needed to run TypeScript snippets or start you projects without any opinionated decision already made.
6+
7+
However, if you want an opinionated TypeScript skeleton we also have the following alternatives ready for different purposes:
8+
9+
- [🔷🕸️ TypeScript Web Skeleton](https://github.com/CodelyTV/typescript-web-skeleton)
10+
- [🔷🌍 TypeScript API Skeleton](https://github.com/CodelyTV/typescript-api-skeleton)
11+
- [🔷✨ TypeScript DDD Skeleton](https://github.com/CodelyTV/typescript-ddd-skeleton)
12+
13+
If you want this very same skeleton philosophy but with other languages we have you covered also 😊:
14+
15+
- [✨ JavaScript Basic Skeleton](https://github.com/CodelyTV/javascript-basic-skeleton)
16+
- [☕ Java Basic Skeleton](https://github.com/CodelyTV/java-basic-skeleton)
17+
- [📍 Kotlin Basic Skeleton](https://github.com/CodelyTV/kotlin-basic-skeleton)
18+
- [🧬 Scala Basic Skeleton](https://github.com/CodelyTV/scala-basic-skeleton)
19+
- [🦈 C# Basic Skeleton](https://github.com/CodelyTV/csharp-basic-skeleton)
20+
- [🐘 PHP Basic Skeleton](https://github.com/CodelyTV/php-basic-skeleton)
21+
522
## Features
623

724
- [TypeScript](https://www.typescriptlang.org/) (v4)
8-
- [Babel](https://babeljs.io/) with [preset-env](https://babeljs.io/docs/en/babel-preset-env)
925
- [Prettier](https://prettier.io/)
1026
- [ESLint](https://eslint.org/) with:
1127
- [Simple Import Sort](https://github.com/lydell/eslint-plugin-simple-import-sort/)

0 commit comments

Comments
 (0)