Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VincentCordobes/convert-snippets
UltiSnips ↔︎ VsCode (json) snippets converter
https://github.com/VincentCordobes/convert-snippets
snippets ultisnips vim vscode
Last synced: 2 months ago
JSON representation
UltiSnips ↔︎ VsCode (json) snippets converter
- Host: GitHub
- URL: https://github.com/VincentCordobes/convert-snippets
- Owner: VincentCordobes
- License: mit
- Created: 2018-09-22T19:36:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T11:45:10.000Z (over 1 year ago)
- Last Synced: 2024-08-07T18:33:15.659Z (6 months ago)
- Topics: snippets, ultisnips, vim, vscode
- Language: JavaScript
- Homepage:
- Size: 870 KB
- Stars: 94
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convert Snippets [![Build Status](https://travis-ci.org/VincentCordobes/convert-snippets.svg?branch=master)](https://travis-ci.org/VincentCordobes/convert-snippets) [![codecov](https://codecov.io/gh/VincentCordobes/convert-snippets/branch/master/graph/badge.svg)](https://codecov.io/gh/VincentCordobes/convert-snippets)
This is a simple tool to convert _UltiSnips_ snippets to _VsCode/json_ and conversely (_json_ to _Ultisnips_)
## Install
```
npm i -g convert-snippets
```## Usage
```
convert-snippets source_file target_file
```Automatically detects `source_file` format and generates `target_file`