teaching
gts
teaching | gts | |
---|---|---|
1 | 4 | |
2 | 5,063 | |
- | 0.4% | |
3.3 | 7.3 | |
16 days ago | 7 days ago | |
Dockerfile | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
teaching
-
Start a new typescript project with gts and esbuild
To minize the effort gts is a nice tool to help you setting up the project. Our of deployment/devliver purposes we also want to bundle the code to create nice and small artifacts. For those purposes we use esbuild. The whole example can be found here
gts
- Typescript template for Leetcode grinding
-
Prettier and how to get most out of it
// https://github.com/google/gts/blob/main/.prettierrc.json { "bracketSpacing": false, "singleQuote": true, "trailingComma": "es5", "arrowParens": "avoid" }
-
Couple super basic Typescript questions from a newbie: how to compile and how to start learning
If you want to write apps that run on Node.js I would suggest using Google’s TypeScript style guide. You can start using it by simply running npx gts init. I’d suggest that you start with this and run your apps using ts-node/ts-node-dev because it does not require an extra build step.
-
Start a new typescript project with gts and esbuild
To minize the effort gts is a nice tool to help you setting up the project. Our of deployment/devliver purposes we also want to bundle the code to create nice and small artifacts. For those purposes we use esbuild. The whole example can be found here
What are some alternatives?
selfie - An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
prettier-vscode - Visual Studio Code extension for Prettier
xturtle
prettierd - prettier, as a daemon, for improved formatting speed.
ESLint - Find and fix problems in your JavaScript code.
Eucalyptus - Eucalyptus Cloud-computing Platform
esbuild - An extremely fast bundler for the web
OpenStack Tracking Repo - Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org.
oppia - A free, online learning platform to make quality education accessible for all.
tidier - The file & folder name formatter
Cobbler - Cobbler is a versatile Linux deployment server
tslint - :vertical_traffic_light: An extensible linter for the TypeScript language