zlacker

[return to "The Day AppGet Died"]
1. benatk+ud[view] [source] 2020-05-28 00:58:16
>>lostms+(OP)
I don't want to support this company. What are good alternatives to GitHub, TypeScript, npm, and Visual Studio Code (besides Atom)?
◧◩
2. thayne+Mj[view] [source] 2020-05-28 01:47:13
>>benatk+ud
> github

Gitlab, many other lesser known alternatives (such as the aforementioned sourcehut, although that has a different paradigm than github)

> Typescript

Facebook's flow is probably the closest. There's also dart, and many, many other languages that can compile to JavaScript.

> npm

Yarn is the obvious one (although it still uses the npm repo). Or you could leave node altogether and use deno. There are probably other alternatives.

> Visual Studio Code

(Neo)vim and emacs are both good options, although they have a steep learning curve. There's sublime text if you don't mind something proprietary. Probably others I'm less familiar with.

[go to top]