File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 ```
11112 . Install the template (Copy this into git bash).
1212 ``` bash
13- git remote add template https://bitbucket.org/dmgdevelopmentteam /typescript-project -template/ && git pull template master --allow-unrelated-histories && git remote remove template
13+ git remote add template https://github.com/StatelessStudio /typescript-template/ && git pull template master --allow-unrelated-histories && git remote remove template
1414 ```
15153 . Replace "typescript-template" with the name of your app project-wide (** No Spaces or special characters except dash!** )
16164 . ` npm i `
Original file line number Diff line number Diff line change 22 "name" : " typescript-template" ,
33 "version" : " 1.0.0" ,
44 "ts-project-version" : " 2.3.0" ,
5+ "description" : " typescript-template" ,
56 "scripts" : {
67 "start" : " npm run dev" ,
78 "dev" : " ts-node src/index.ts" ,
4647 "ts-node" : " ^10.4.0" ,
4748 "typedoc" : " ^0.22.11" ,
4849 "typescript" : " ^4.5.4"
49- }
50+ },
51+ "repository" : {
52+ "type" : " git" ,
53+ "url" : " git+https://github.com/StatelessStudio/typescript-template.git"
54+ },
55+ "author" : " stateless-studio" ,
56+ "license" : " MIT" ,
57+ "bugs" : {
58+ "url" : " https://github.com/StatelessStudio/typescript-template/issues"
59+ },
60+ "homepage" : " https://github.com/StatelessStudio/typescript-template#readme" ,
61+ "keywords" : [
62+ ]
5063}
You can’t perform that action at this time.
0 commit comments