Skip to content

A simple command line application introducing concepts of Typescript

Notifications You must be signed in to change notification settings

kvallieur/typeScript-commandLine-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript-commandLine-application

A simple command line application introducing concepts of Typescript

Quick Start

run the following command at package.json level. It is only a one time thing.

$ npm i

This creates the node_modules folder and downloads the dependencies.

running as a npm project

  • package.json contains the task start the start task executes the typescript compilation and runs the index.js file
  • The argument required is a Git Username. Console prints the Top Five repos and some user info
$ npm start <GIT Username>

About

A simple command line application introducing concepts of Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published