Continuously Learn JavaScript. Your Way.
https://jskatas.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
content | 5 months ago | |
scripts | 3 months ago | |
src | 3 months ago | |
templates | 3 months ago | |
test-content | 5 months ago | |
.domains | 3 months ago | |
.gitignore | 5 months ago | |
CHANGELOG.md | 3 months ago | |
CNAME | 1 year ago | |
Dockerfile | 5 months ago | |
README.md | 5 months ago | |
docker-compose.yml | 1 year ago | |
package-lock.json | 4 months ago | |
package.json | 4 months ago | |
run-on-file-change.sh | 1 year ago | |
tsconfig.json | 5 months ago |
README.md
What?
npm scripts
npm run download:katas
copies all katas that exist and provided in the https://github.com/tddbin/katas repo an "copies" them in the_katas-cache
directory, it copies all the files just as provided on https://katas.tddbin.com/ (it uses the built branchgh-pages
for that and just git-clones it)npm run convert:kataToMarkdown <kata.js> <title> <kata.md>
convert a test file (a kata) to a markdown file, the<title>
will become the H1 of the page