A VS Code extension for creating projects from templates using Copier, without leaving the editor. Make sure to install copy-template:
pip install copy-template- You can get latest extension build via GitHub Releases: https://github.com/andrey4ik21pro1/copy-template-extension/releases
- Run the following command:
code --install-extension path/to/extension.vsix- To build the extension from source, run:
git clone https://github.com/andrey4ik21pro1/copy-template-extension.git
cd copy-template-extension
npm install
npx vsce package- The
.vsixfile will be available in the project directory.
This project is distributed under the GNU General Public License
v3.0.
See the LICENSE file for details.