Overview • About • Usage • Contributing • License
This repository contains various TypeScript programs and scripts that can be used for different purposes.
TypeScript is a statically-typed programming language that is a superset of JavaScript. It was developed by Microsoft and released in 2012. TypeScript adds optional static typing, classes, and interfaces to JavaScript, making it easier to build and maintain large-scale applications. TypeScript code is transpiled into JavaScript code that can run in any modern web browser or server-side environment that supports JavaScript. Some of the benefits of using TypeScript include improved code quality, better maintainability, and enhanced tooling support.
- Make sure you have Node.js installed on your system. You can download it from the official website at https://nodejs.org.
- Open a command prompt or terminal window.
- Run the following command to install TypeScript globally:
npm install -g typescript
This will install the latest version of TypeScript globally on your system.
- Verify that TypeScript is installed by running the following command:
tsc --version
This should print the version number of TypeScript that you just installed.
- Clone the repository
git clone https://github.com/Eggy115/TypeScript.git
- Navigate to the directory
- Run
npm install
to install dependencies - Run
npm start
to start the program
Contributions are always welcome! Follow these steps to contribute:
- Fork the repository and make your changes.
- Submit a pull request with your changes.
- Create an issue if you find a bug or have a feature request.
Please make sure to adhere to the code of conduct and the contributing guidelines.
This repository is licensed under the GPLv3 License. See the LICENSE file for more information.