Skip to content

Instantly share code, notes, and snippets.

@rohitpaulk
Created June 8, 2022 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rohitpaulk/b4e46532fca55d252468a37dfe9f1742 to your computer and use it in GitHub Desktop.
Save rohitpaulk/b4e46532fca55d252468a37dfe9f1742 to your computer and use it in GitHub Desktop.
Course definitions
- language: clojure
file_mappings:
- source: starter_templates/README.md
target: README.md
- source: starter_templates/codecrafters.yml
target: codecrafters.yml
- source: starter_templates/clojure/.gitignore
target: .gitignore
- source: starter_templates/clojure/project.clj
target: project.clj
- source: starter_templates/clojure/src/redis/core.clj
target: src/redis/core.clj
- source: starter_templates/clojure/spawn_redis_server.sh
target: spawn_redis_server.sh
template_attributes:
required_executable: "lein"
user_editable_file: "src/redis/core.clj"
- language: crystal
file_mappings:
- source: starter_templates/README.md
target: README.md
- source: starter_templates/codecrafters.yml
target: codecrafters.yml
- source: starter_templates/crystal/app/main.cr
target: app/main.cr
- source: starter_templates/crystal/spawn_redis_server.sh
target: spawn_redis_server.sh
template_attributes:
required_executable: "crystal (1.1.0)"
user_editable_file: "app/main.cr"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment