Skip to content

Commit

Permalink
docs: add third party port
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Feb 16, 2021
1 parent adfc094 commit 704ca84
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Additionally, the package is available for web use via [unpkg CDN](https://unpkg
<script src="https://unpkg.com/gurmukhi-utils"></script>
```

## 3rd Party Ports

- [onkarjit/GurmukhiUtils](https://github.com/onkarjit/GurmukhiUtils) is a rewrite of Shabad OS's gurmukhi-utils to [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) for .NET applications

## API

{{#globals}}
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stripEndings( toEnglish( asciiGurmukhi ) ) // => so ghar raakh; vaddaaee toie

- [Introduction](#introduction)
- [Usage](#usage)
- [3rd Party Ports](#3rd-party-ports)
- [API](#api)
* [countSyllables(text) ⇒ number](#countsyllablestext-%E2%87%92-number)
* [firstLetters(line) ⇒ String](#firstlettersline-%E2%87%92-string)
Expand Down Expand Up @@ -71,6 +72,10 @@ Additionally, the package is available for web use via [unpkg CDN](https://unpkg
<script src="https://unpkg.com/gurmukhi-utils"></script>
```

## 3rd Party Ports

- [onkarjit/GurmukhiUtils](https://github.com/onkarjit/GurmukhiUtils) is a rewrite of Shabad OS's gurmukhi-utils to [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) for .NET applications

## API

### countSyllables(text) ⇒ <code>number</code>
Expand Down
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stripEndings( toEnglish( asciiGurmukhi ) ) // => so ghar raakh; vaddaaee toie

- [Introduction](#introduction)
- [Usage](#usage)
- [3rd Party Ports](#3rd-party-ports)
- [API](#api)
* [countSyllables(text) ⇒ number](#countsyllablestext-%E2%87%92-number)
* [firstLetters(line) ⇒ String](#firstlettersline-%E2%87%92-string)
Expand Down Expand Up @@ -71,6 +72,10 @@ Additionally, the package is available for web use via [unpkg CDN](https://unpkg
<script src="https://unpkg.com/gurmukhi-utils"></script>
```

## 3rd Party Ports

- [onkarjit/GurmukhiUtils](https://github.com/onkarjit/GurmukhiUtils) is a rewrite of Shabad OS's gurmukhi-utils to [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)) for .NET applications

## API

### countSyllables(text) ⇒ <code>number</code>
Expand Down

0 comments on commit 704ca84

Please sign in to comment.