Skip to content

POETSII/tinsel-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinsel Application Template

Clone this repo if you want to make a Tinsel application, either baremetal or using POLite. It uses Tinsel as a submodule, so be sure to do a recursive clone.

$ git clone --recursive https://github.com/POETSII/tinsel-app-template

As changes are made to Tinsel, you should try to keep your submodule up to date:

$ cd tinsel
$ git pull origin master

If you want put your application MyApp on github then, on github, create a new repo called MyApp. Then, in your tinsel-app-template repo, do:

$ git remote set-url origin https://github.com/POETSII/MyApp.git
$ git push origin master

Or, if you prefer SSH rather than HTTPS, change the first command to:

$ git remote set-url origin [email protected]:POETSII/MyApp.git

Take care not to push to tinsel-app-template itself!

About

Tinsel application template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published