An open API service indexing awesome lists of open source software.

https://github.com/gradedjestrisk/gilded-rose


https://github.com/gradedjestrisk/gilded-rose

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# Change template

Steps
* `git clone https://github.com/GradedJestRisk/kata-bootstrap-js.git`
* `cd kata-bootstrap-js`
* `npm install`

# Do a kata

## Init (any shell, included GitBash)
* `kataName=KATA_NAME`
* `git clone https://github.com/GradedJestRisk/kata-bootstrap-js.git $kataName && cd $kataName && ./init_kata.sh`

## Test IDE (vscode)
* open your IDE
* test Jest
* change test expectation
* check Jest show a failed test
* test source control
* stage and commit the package.json change
* try to push, should get "Your repository has no remotes configured to push to."

## Launch tests (if IDE extension fails)
`npm t`

## Reinstall
From kata folder, run `./init_kata.sh`