Skip to content

jaonary-74/circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and usage

1. Make sure you have Node.js installed on your machine

2. Clone this repository

https://github.com/hei-school/cc-d4-rice-cooker-ci-jaonary-74.git

3. Go to the project directory :

cd cc-d4-rice-cooker-ci-jaonary-74/src

4. Run with this command :

node RiceCooker.js

Test

To run the test, you'll need to install the following dependencies:

1. mocha: a JavaScript test library

npm install --save-dev mocha

2. chai: an assertion library for testing

npm install --save-dev chai

3. sinon: a library for spies, stubs and mocks. shell

npm install --save-dev sinon

4. prompt-sync: a library for user input in the console. shell

npm install prompt-sync

5. Run with this command :

npx mocha RiceCooker.test.js   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published