Chris-lad / exercism

:muscle: Exercism solutions

Home Page:https://exercism.io/profiles/rootulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exercism

License

Exercism solutions

Getting Started

If you are new to exercism, you can get started with this intro.

Code Style

language code style & linter command
coffeescript Linter yarn lint
ecmascript Linter cd <exercise> && yarn lint
elm Code Style elm-format .
go Code Style go fmt .
java Code Style java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r
javascript Code Style yarn lint
python Code Style pycodestyle . or autopep8 --in-place --aggressive --aggressive --recursive .
ruby Code Style rubocop .
typescript Linter cd <exercise> && yarn lint

Tests

Go Ruby Python

Contribute

I'd appreciate any feedback via issues.

License

MIT © Rootul Patel

About

:muscle: Exercism solutions

https://exercism.io/profiles/rootulp

License:MIT License


Languages

Language:Python 23.1%Language:Java 22.2%Language:Ruby 18.8%Language:JavaScript 11.3%Language:HTML 8.0%Language:Elm 4.7%Language:Go 4.4%Language:TypeScript 4.2%Language:CSS 1.8%Language:CoffeeScript 1.5%Language:Rust 0.1%