codelex-io / ts-console-app-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Console App Template

Open in Gitpod

⬆️ Don't forget about 50h per month limit.

First step as always in npm projects is to install dependencies by executing command npm install.

You can run any file by executing command npm run ts src/echo.ts where src/echo.ts is the name of your file in src directory. There is a sample file there echo.ts. To make a new console application just copy the file contents and use them as a starting point.

This application is using inquirer library, documentation is always the first place where you should look if something is unclear.

About


Languages

Language:Dockerfile 61.2%Language:TypeScript 38.8%