Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenxxiu/sublime_text_nushell
Sublime Text Nushell Package
https://github.com/stevenxxiu/sublime_text_nushell
Last synced: about 1 month ago
JSON representation
Sublime Text Nushell Package
- Host: GitHub
- URL: https://github.com/stevenxxiu/sublime_text_nushell
- Owner: stevenxxiu
- Created: 2022-12-31T13:47:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T03:55:51.000Z (over 1 year ago)
- Last Synced: 2024-08-02T10:27:32.917Z (4 months ago)
- Language: Nushell
- Size: 146 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-nu - Sublime Text by stevenxxiu
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-filesTo run tests in `syntax_test_nushell.nu`, open `nushell.sublime-syntax` and run `Ctrl + B` for `Build`.