8000 GitHub - sergei-zelinsky/shapes: Test repo for playing with TypeScript. It includes implementation of some geometric shapes in OOP style.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Test repo for playing with TypeScript. It includes implementation of some geometric shapes in OOP style.

Notifications You must be signed in to change notification settings

sergei-zelinsky/shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shapes Build Status

Test repo for playing with TypeScript.

It includes implementation of some geometric shapes in OOP style.

Run locally

Clone repo

git clone https://github.com/sergei-zelinsky/shapes.git

Go to the directory of cloned repo and install all required dependencies

cd shapes

yarn

Compile TypeScript files

yarn run compile

And finally run index.js file, for example, with Node

node index.js

Testing

This project uses Jest.

Run all tests

yarn test

About

Test repo for playing with TypeScript. It includes implementation of some geometric shapes in OOP style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0