Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binaryoung/convert-atom-snippets-to-vscode
A tiny package that help you convert atom snippets to vscode format.
https://github.com/binaryoung/convert-atom-snippets-to-vscode
atom snippets vsc
Last synced: 2 months ago
JSON representation
A tiny package that help you convert atom snippets to vscode format.
- Host: GitHub
- URL: https://github.com/binaryoung/convert-atom-snippets-to-vscode
- Owner: binaryoung
- License: mit
- Created: 2017-05-07T06:32:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T12:35:54.000Z (over 7 years ago)
- Last Synced: 2024-11-05T09:33:47.288Z (2 months ago)
- Topics: atom, snippets, vsc
- Language: JavaScript
- Size: 36.1 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - binaryoung/convert-atom-snippets-to-vscode - A tiny package that help you convert atom snippets to vscode format. (JavaScript)
README
# Convert Atom Snippets To Vscode
A tiny package that help you convert atom snippets to vscode format.## Introduction
I used to use Atom as my editor,but now vscode is my favourite.But i also have some useful snippets on my Atom that i don't want to lose theme.So i spent some time write this small package to help you convert Atom snippets to vscode format.Hope you enjoy it :)## Installationfeat
$ npm install convert-atom-snippets-to-vscode -g
or$ yarn global add convert-atom-snippets-to-vscode
## Usage
### Command
convertSnippets [output] -c, --combine
### snippets
Atom snippets path,absolute or relative path,dir.e.g: `~/snippets`, `D:\someAtomSnippet.cson`, `./snippets/fooSnippets.cson`
### output
Target dir to save converted snippets.Absolute or relative path is both well.e.g:`./snippets`, `D:\snippets`
### combine
Whether to combine all snippets to single snippet file.
### notice
The relative path will relative to the path you run the command.## Test
$ yarn test## Issues
Any problems,please submit a issue.PR is also welcome.