Skip to content

sadiazaman-git/Typescript-CLI-based-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Typescript based CLI Projects

This repository contains multiple command line based projects. These Projects are very good for beginner's practice. One can make his/her logic strong by practicing these projects. And Amazing thing is we can use these projects for javascript.

CLI based Project List

  • Calculator
  • Guessing Game

Deployment

All the projects are deployed on npmjs registery. You can install and test using following command.

  npx <project-name>
  or 
  npx i <project-name>

Use the Projects

You can clone each project by running the following the command.

  git clone <repo url>

After that navigate to specific folder

  cd <project folder>

Then install all required dependencies But you must need to install node js in your local machine because we are running typescript outside browser. So nodejs will act as a transalation engine.

 npm i

Now you can check the projects in .ts file and also run the project locally on your machine. Transpile and run using the following command.

  tsc && node <filename.ts>

Tech Stack

Client: Nodejs, Typescript, inquirer, chalk animation

Server: Nodejs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published