1.2.5 • Published 2 years ago

tictactoo v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TicTacToe

Docker CI/CD MIT

npm.io npm.io npm.io npm.io npm.io

table of contents

about

| Docker Hub | GitHub |
A cli tic tac toe game.

docker run -it --rm majo418/tictactoe

npm scripts

The npm scripts are made for linux but can also work on mac and windows.

use

You can run npm scripts in the project folder like this:

npm run <scriptname>

Here is an example:

npm run test

base scripts

You can find all npm scripts in the package.json file. This is a list of the most important npm scripts:

  • test // test the app
  • build // build the app
  • exec // run the app
  • start // build and run the app

watch mode

Like this example you can run all npm scripts in watch mode:

npm run start:watch

contribution

    1. fork the project
    1. implement your idea
    1. create a pull/merge request
// please create seperated forks for different kind of featues/ideas/structure changes/implementations

cya ;3
by majo418

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.1.5

2 years ago