Add more programming languages for your Visual Studio Code snippet plugin
For the present moment we support 1 programming language
- from HTML to Pug/Jade
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
npm install
A step by step series of examples that tell you how to get a development env running
npm run dev
npm run build
cd demo
node index.js
const { vscts } = require('vsc-translate-snippets');
vscts.jade({
source: './data/snippets.json', // path to your original source file
translatedPath: './translated/', // path to the folder where the translation file will be placed
translatedFilename: 'jade-snippets.json' // name of translation file
});
npm run test
- html2pug - Converts HTML to Pug templating language by izolate
- jest - JavaScript Testing Framework by Facebook
If you want to contributing it is a free path
- Kacper Pruszynski - Initial work - plum
These people make this tool much more useful, more efficient and better, thanks a lot!
- Karol Jasik - Added classes modules and tests - crusadeDev
GNU GPL v3