Skip to content

Commit 3bd8437

Browse files
committed
2 parents b81da4c + 13a7073 commit 3bd8437

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CSharpToJavaScript
2-
Brute forcing conversion(translation) from C# to Javascript.
2+
Brute forcing conversion(generating) from C# to Javascript.
33

44
This is a personal project with purpose to learn and understand better c# and js at the same time. Many stuff is not supported and some won't. Updates will be happening when I'm using this library.(irregular)
55

@@ -90,16 +90,20 @@ More examples [here](https://tilied.github.io/CSTOJS_Pages/articles/intro.html).
9090
- [ ] Wiki?????
9191
- [x] ~Better and more examples~ [Here](https://tilied.github.io/CSTOJS_Pages/articles/intro.html). WIP!
9292
- [x] ~Figure out how to do docs for [api](https://github.com/TiLied/CSharpToJavaScript/tree/master/CSharpToJavaScript/APIs/JS)~ [Docs](https://tilied.github.io/CSTOJS_Pages/) WIP!
93-
- [ ] [CLI](https://learn.microsoft.com/en-us/dotnet/standard/commandline/)?
93+
- [x] ~[CLI](https://learn.microsoft.com/en-us/dotnet/standard/commandline/)?~ [Here](https://github.com/TiLied/CSTOJS_CLI)
9494
- [ ] [Visual Studio extension](https://learn.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2022)?
9595
- [ ] [Visual Studio Code extension](https://code.visualstudio.com/api)??? Can I?
9696

9797
## Related Repository
98-
https://github.com/TiLied/GenDocsLib
98+
- Library for generating docs: https://github.com/TiLied/GenDocsLib
99+
- Library for generating csharp: https://github.com/TiLied/GenCSharpLib
99100

100-
https://github.com/TiLied/GenCSharpLib
101+
CLI for library: https://github.com/TiLied/CSTOJS_CLI
102+
103+
Website/documentation: https://github.com/TiLied/CSTOJS_Pages
104+
- Blazor WebAssembly: https://github.com/TiLied/CSTOJS_BWA
101105

102-
## Thanks and usings
106+
## Thanks for packages and content <3
103107
[Microsoft CodeAnalysis CSharp](https://www.nuget.org/packages/Microsoft.CodeAnalysis.CSharp/) nuget package
104108

105109
[MDN-content](https://github.com/mdn/content) for js docs

0 commit comments

Comments
 (0)