1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Divlo
d6a6c706ce
feat(cli): add commands/run/solution 2022-08-30 15:48:07 +02:00
Divlo
d5cc915a32
docs(readme): edit the correct CI badges 2021-12-07 12:19:00 +01:00
Divlo
0a27b9e1a1
feat(cli): add --all option to run test command 2021-10-13 21:43:45 +02:00
Divlo
122e62aee5
docs: clarify usage of the project to contribute 2021-09-30 13:25:24 +02:00
Divlo
3f5c0fe276
docs(readme): add more usage examples 2021-09-05 11:20:19 +02:00
Divlo
c80eb11874
refactor: usage of node: for builtin modules 2021-07-03 18:40:17 +02:00
Divlo
d0aee3a376
docs(readme): add build cli in installation steps 2021-06-30 15:36:19 +02:00
Divlo
b3f558b862
docs(readme): add badges 2021-06-30 11:35:41 +02:00
divlo
8a41cb67f0
feat(languages): add Java support 2021-06-24 22:10:08 +02:00
divlo
719058b2ff
feat(languages): add C# support 2021-06-24 22:04:28 +02:00
Divlo
677a55a9d8
feat: rewrite programming-challenges CLI (#3) 2021-06-09 20:31:45 +02:00
divlo
0e0dc67efa chore: ignore lockfiles + markdownlint 2020-12-09 12:42:12 +01:00
divlo
954cd934b7 style: lint ignore and .md files 2020-11-15 10:56:27 +01:00
Divlo
3b11c3b037 docs: Update READMEs + fix scripts/create-solution.ts 2020-09-12 21:29:46 +00:00
Divlo
bd5bc38947 Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2020-09-12 21:02:40 +00:00
Divlo
395ae0eff3 🎉 Initial commit 2020-07-05 15:48:51 +02:00