Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamneusta/kata-quickstarter
In this repo, you find several projects, to kickstart a code kata - in a programming language you like - quick and easy.
https://github.com/teamneusta/kata-quickstarter
atoum coding-dojo csharp dotnetcore es6 es6-javascript jasmine java javascript kata kickstarter kotlin maven nunit php phpspec phpunit qunit tdd
Last synced: 26 days ago
JSON representation
In this repo, you find several projects, to kickstart a code kata - in a programming language you like - quick and easy.
- Host: GitHub
- URL: https://github.com/teamneusta/kata-quickstarter
- Owner: teamneusta
- License: mit
- Created: 2017-08-24T15:53:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T11:39:02.000Z (over 2 years ago)
- Last Synced: 2024-10-31T05:03:00.599Z (2 months ago)
- Topics: atoum, coding-dojo, csharp, dotnetcore, es6, es6-javascript, jasmine, java, javascript, kata, kickstarter, kotlin, maven, nunit, php, phpspec, phpunit, qunit, tdd
- Language: JavaScript
- Homepage:
- Size: 560 KB
- Stars: 7
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Why?
------
In this repo, you find several projects, to kickstart a [code kata](http://codekata.com/) quick and easy.What?
------
- C# with [NUnit](http://www.nunit.org/)
- JavaScript with [Jasmine](http://jasmine.github.io/) and [Karma](https://karma-runner.github.io)
- JavaScript with [qUnit](https://qunitjs.com/) and [Karma](https://karma-runner.github.io)
- ECMAScript6 with [Jasmine](http://jasmine.github.io/) and [Karma](https://karma-runner.github.io)
- TypeScript with [Jasmine](http://jasmine.github.io/) and [Karma](https://karma-runner.github.io)
- PHP with [PhpUnit](https://phpunit.de/) and [Grunt](http://gruntjs.com/)
- PHP with [PhpUnit](https://phpunit.de/) and [phpunit-testrunner](https://www.npmjs.com/package/phpunit-testrunner)
- PHP with [atoum](http://atoum.org/) testing framework
- PHP with [phpspec](http://www.phpspec.net/) testing framework
- Java with [junit 5](http://junit.org/) and [AssertJ](http://joel-costigliola.github.io/assertj/) as a submodule. Thx to [mrtnsp](https://github.com/mrtnsp).
- Kotlin on JVM with [junit 5](http://junit.org/) and [AssertJ](http://joel-costigliola.github.io/assertj/).How?
-------
Each project should hold its own README.md with instructions, how to setup the project. Use package managers,
like composer and/or npm, to speed up setup process.Contribute?
-----------
If you want to add a new kickstarter, fork this repository, make a new branch, add the new kickstarter in a separate
folder, with the following naming schema `--[]` and send a pull request.