npm i -g atom2yasnippets
~/code/privateSnippet
atom2yas -url rawCSONAtomSnippetURL
, the command will convert the CSON snippet to yasnippet and save to ./dist
folder.~/code/privateSnippet/dist
to your private snippet folder and restart your Emacs.eg for spacemacs user:
"Set yasnippet folder to include customize snippet"
(setq auto-completion-private-snippets-directory '(
"/Users/ydli/code/github/atom2yasnippets/dist"
))