Skip to content

ushachev/backend-project-lvl1

Repository files navigation

Hexlet Ltd. logo

Educational "Project #1" is being developed as part of "Backend Javascript (node.js)" profession studying on Hexlet.
Read more about Hexlet (in Russian).

Brain Games

Maintainability Build Status

Setup

$ make install

Application launch

$ make start game=even

where parameter game of make start command may be equal anything from list [ even, calc, gcd, progression, prime ]. This will launch application from source code.
Or

$ make publish
$ sudo npm link

this will create a symlink to the package after that it will become possible to launch application by typing anything from list [ brain-even, brain-calc, brain-gcd, brain-progression, brain-prime ]

$ brain-even

like this

asciicast asciicast asciicast asciicast asciicast asciicast

Run sudo npm unlink to remove symlink.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published