Skip to content

jwiberg/kata-template-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata-template-js

Template for code katas written in JavaScript.

How to use this?

Basic commands (feel free to add your own)

"scripts": {
	"test": "eslint *.js --fix && ava",
	"format": "eslint *.js --fix",
	"watch": "ava --watch"
},
  • npm test
    • run tests
  • npm run format
    • format and check code with eslint
  • npm run watch
    • run ava test runner in watch mode (auto "compile" and automatic test runs)

AVA test runner documentation

About

Template for code katas written in JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •