VS Code Extensions
copy-template

copy-template

by Andrey4ik21pro1

Shortcut to Copier in VS Code

Downloads

1

Rating

5.0 / 5 (1)

Version

1.0.3

Last updated

Jul 27, 2026

License JavaScript Copier

Shortcut to Copier in VS Code


Description

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

Download


Installation

  • Run the following command:
code --install-extension path/to/extension.vsix

Build

  • 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 .vsix file will be available in the project directory.

License

This project is distributed under the GNU General Public License v3.0.
See the LICENSE file for details.

Related extensions