usage_rules
A tool for synchronizing LLM rules files with your dependencies.
File Explorer
- elixir.yml
- dependabot.yml
- config.exs
- usage_rules.docs.ex
- usage_rules.install.ex
- usage_rules.list.ex
- usage_rules.search_docs.ex
- usage_rules.sync.ex
- usage_rules.ex
- MIT.txt
- usage_rules.docs_test.exs
- usage_rules.list_test.exs
- usage_rules.sync_test.exs
- test_helper.exs
- elixir.md
- elixir.md.license
- otp.md
- otp.md.license
- .check.exs
- .credo.exs
- .formatter.exs
- .gitignore
- .tool-versions
- .tool-versions.license
- CHANGELOG.md
- mix.exs
- mix.lock
- mix.lock.license
- README.md
- usage-rules.md
- usage-rules.md.license
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
elixir
View Details ▼
elixir
Elixir programming language interpreter.
elixir {{path/to/file}}
Run an Elixir file:
elixir {{[-e|--eval]}} "{{code}}"
Evaluate Elixir code by passing it as an argument:
link
View Details ▼
link
Create a hard link to an existing file.
For more options, see the `ln` command.
link {{path/to/existing_file}} {{path/to/new_file}}
Create a hard link from a new file to an existing file:
mix
View Details ▼
mix
Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.
mix run {{my_script.exs}}
Execute a particular file:
mix new {{project_name}}
Create a new project:
mix compile
Compile project:
