Skip to content

Tasks, project structure and build script templates to speed up first time creation of a new project in VisualStudio Code.

License

Notifications You must be signed in to change notification settings

RenanBasilio/VSCode-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VSCode Templates

made-for-VSCode

This repository holds template projects for vscode in various languages. Recommended tools and instructions for building can be found on the README in each folder.

Basic Usage

The templates in this repository can be used to create a new application through two methods.

Subversion

This method does not require the repository to be cloned locally. To use this method, Subversion must be installed and available through the command line.

Simply use the following command to download the desired template from GitHub into the specified directory:

svn export https://github.com/renanbasilio/vscode-templates.git/trunk/{template} {myproject}

This will download the specified {template} into the folder {myproject} without linking it to the original repository.

Local Copy

Alternatively, clone the repository locally and copy the desired template to your project directory.

git clone https://github.com/renanbasilio/vscode-templates.git templates
cp templates/{template} {myproject} -r

About

Tasks, project structure and build script templates to speed up first time creation of a new project in VisualStudio Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published