This project provides a script to set up a development environment on Ubuntu for JavaScript/TypeScript. It supports multiple versions of Ubuntu and allows you to install a variety of tools interactively or in CI mode.
Ubuntu Version | Status |
---|---|
Ubuntu 24.04 | |
Ubuntu 22.04 | |
Ubuntu 20.04 |
Run the setup script with a single command:
curl -fsSL https://raw.githubusercontent.com/LilianDCode/js-ts-setup/main/setup.sh | sudo bash
Tool | Description |
---|---|
Node.js | JavaScript runtime built on Chrome's V8 JavaScript engine. |
npm | Package manager for Node.js. |
TypeScript | Typed superset of JavaScript that compiles to plain JavaScript. |
In addition to the tools mentioned above, there are several Visual Studio Code extensions that can enhance your development experience. Here are some of the most useful ones:
Extension | Description |
---|---|
ESLint | Integrates ESLint into VS Code. |
Prettier | Code formatter using prettier. |
JavaScript Snippets | Code snippets for JavaScript. |
npm Intellisense | IntelliSense for npm modules. |
Path Intellisense | IntelliSense for file paths. |
This project is licensed under the MIT License - see the LICENSE file for details.