https://github.com/eggy115/typescript
TypeScript
https://github.com/eggy115/typescript
eggy115 javascript lots-of-boilerplate star ts ts-lang typescript typescript-examples typescript-lang typescript-language typescript-library
Last synced: 8 months ago
JSON representation
TypeScript
- Host: GitHub
- URL: https://github.com/eggy115/typescript
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-04-01T15:43:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T12:19:20.000Z (over 2 years ago)
- Last Synced: 2025-03-29T15:05:24.967Z (9 months ago)
- Topics: eggy115, javascript, lots-of-boilerplate, star, ts, ts-lang, typescript, typescript-examples, typescript-lang, typescript-language, typescript-library
- Language: TypeScript
- Homepage: https://github.com/Eggy115/TypeScript
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
TypeScript
Overview •
About •
Usage •
Contributing •
License
## Overview
This repository contains various TypeScript programs and scripts that can be used for different purposes.
## About
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.
## Usage
1. Make sure you have Node.js installed on your system. You can download it from the official website at https://nodejs.org.
2. Open a command prompt or terminal window.
3. Run the following command to install TypeScript globally:
```
npm install -g typescript
```
This will install the latest version of TypeScript globally on your system.
4. Verify that TypeScript is installed by running the following command:
```
tsc --version
```
This should print the version number of TypeScript that you just installed.
5. Clone the repository
```
git clone https://github.com/Eggy115/TypeScript.git
```
6. Navigate to the directory
7. Run `npm install` to install dependencies
8. Run `npm start` to start the program
## Contributing
Contributions are always welcome! Follow these steps to contribute:
1. Fork the repository and make your changes.
2. Submit a pull request with your changes.
3. Create an issue if you find a bug or have a feature request.
Please make sure to adhere to the [code of conduct](CODE_OF_CONDUCT.md) and the [contributing guidelines](CONTRIBUTING.md).
## License
This repository is licensed under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.html). See the [LICENSE](LICENSE) file for more information.