https://github.com/mertturkmenoglu/ts
TypeScript Codes
https://github.com/mertturkmenoglu/ts
Last synced: 6 months ago
JSON representation
TypeScript Codes
- Host: GitHub
- URL: https://github.com/mertturkmenoglu/ts
- Owner: mertturkmenoglu
- Created: 2019-05-11T21:31:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T22:37:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T20:24:29.305Z (8 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript
***
# Description
* This repository contains my **TypeScript** codes.
* You need to install **TSC** to your system. Please follow the [original source].
# Build
* You need **TSC** on your system.
* Clone the repository:
* `git clone https://github.com/mertturkmenoglu/ts.git`
* After getting repository on your local environment, a simple compile process:
```
cd ts
cd E001_HelloWorld
tsc main.ts
node main.js
```
* You can use `afgenerator.jar` file to create auto file generation.
* Simple process:
* Add an alias:
* `vim ~/.bashrc`
* Add this line: `alias gen="./afgenerator.jar"`
* Run this command: `source ~/.bashrc`
* Program needs `settings.json` in the directory. When you open it first time, it will ask you necessary parameters and create the file.
* Run the program via terminal with arguments:
* `gen 123 TsTest`: Create folder
* `gen -s`: Update settings
***
# Contributing
* All ideas and helps are welcome. Please contact with me.
# Authors
* Mert Türkmenoğlu[original source]: https://www.typescriptlang.org/