snippet

Version, currently nightly1 version
  • nightlylatestDec 2, 2024

github.com/alexherbo2/snippet.cr

Code snippets

11 stars
0 dependents
License: Unlicense

Installation

# Add this to your shard.yml
dependencies:
  snippet:
    github: alexherbo2/snippet.cr
    version: ~> nightly

Then run:

shards install

shard.yml

Crystal
1.0.0
License
Unlicense
Target
  • scr from src/main.cr

Dependencies

This version declares no dependencies.

README

# snippet.cr

###### [Installation] | [Guide] | [Manual]

[Installation]: #installation
[Guide]: docs/guide.md
[Manual]: docs/manual.md

Code snippets (scr) for code editors.

Heavily based on [Visual Studio Code].

[Visual Studio Code]: https://code.visualstudio.com

## Dependencies

- [Crystal]

[Crystal]: https://crystal-lang.org

## Installation

### Nightly builds

Download the [Nightly builds].

[Nightly builds]: https://github.com/alexherbo2/snippet.cr/releases/nightly

### Build from source

Run the following in your terminal:

``` sh
make install
```

### Editor integration

- [Kakoune][snippet.kak]

[snippet.kak]: https://github.com/alexherbo2/snippet.kak