https://github.com/andrey4ik21pro1/copy-template-extension
Shortcut to Copier in VS Code
https://github.com/andrey4ik21pro1/copy-template-extension
cookiecutter cookiecutter-template copier copier-template hotkey project-creator shortcut vscode vscode-extension vscode-extensions
Last synced: about 1 month ago
JSON representation
Shortcut to Copier in VS Code
- Host: GitHub
- URL: https://github.com/andrey4ik21pro1/copy-template-extension
- Owner: Andrey4ik21pro1
- License: gpl-3.0
- Created: 2026-04-14T21:03:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-18T19:51:33.000Z (about 2 months ago)
- Last Synced: 2026-04-18T21:23:55.779Z (about 2 months ago)
- Topics: cookiecutter, cookiecutter-template, copier, copier-template, hotkey, project-creator, shortcut, vscode, vscode-extension, vscode-extensions
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# copy-template-extension
  
### 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](https://github.com/andrey4ik21pro1/copy-template):
```bash
pip install copy-template
```
---
## Download
- You can get latest extension build via GitHub Releases: https://github.com/andrey4ik21pro1/copy-template-extension/releases
---
## Installation
- Run the following command:
```bash
code --install-extension path/to/extension.vsix
```
---
## Build
- To build the extension from source, run:
```bash
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.