Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.