Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevenxxiu/sublime_text_nushell

Sublime Text Nushell Package
https://github.com/stevenxxiu/sublime_text_nushell

Last synced: about 2 months ago
JSON representation

Sublime Text Nushell Package

Awesome Lists containing this project

README

        

# Sublime Text Nushell Package
*Nushell* plugin for *Sublime Text*.

# Install

```sh
$ cd ~/.config/sublime-text/Packages/
$ git clone https://github.com/stevenxxiu/sublime_text_nushell Nushell
```

# Development Setup
To setup the project for development, run:

$ cd Nushell/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg
$ pre-commit run --all-files

To run tests in `syntax_test_nushell.nu`, open `nushell.sublime-syntax` and run `Ctrl + B` for `Build`.