An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# copy-template-extension

![License](https://img.shields.io/badge/License-GPL%20v3.0-blue?style=for-the-badge) ![JavaScript](https://img.shields.io/badge/Language-JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=white) ![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json&style=for-the-badge)

### 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.