A tiny package that help you convert atom snippets to vscode format.
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 :)
$ npm install convert-atom-snippets-to-vscode -g
or
$ yarn global add convert-atom-snippets-to-vscode
convertSnippets <snippets> [output] -c, --combine
Atom snippets path,absolute or relative path,dir.e.g: ~/snippets
, D:\someAtomSnippet.cson
, ./snippets/fooSnippets.cson
Target dir to save converted snippets.Absolute or relative path is both well.e.g:./snippets
, D:\snippets
Whether to combine all snippets to single snippet file.
The relative path will relative to the path you run the command.
$ yarn test
Any problems,please submit a issue.PR is also welcome.