Skip to content

Commit

Permalink
✨ Add express template
Browse files Browse the repository at this point in the history
  • Loading branch information
CryogenicPlanet committed Jan 14, 2022
1 parent 93151ff commit ab1c2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdev-installer",
"version": "0.0.11",
"version": "0.0.12",
"description": "The installer for tsdev, a better tsdx",
"scripts": {
"postinstall": "node dist/postinstall.js install",
Expand Down
2 changes: 2 additions & 0 deletions internal/commands/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ func downloadTemplate(dirName string) {
switch projectConfig.Template {
case types.BasicTemplate:
utils.DownloadArchive("https://tsdev.vercel.app/templates/basic.zip", dirName)
case types.ExpressTemplate:
utils.DownloadArchive("https://tsdev.vercel.app/templates/express.zip", dirName)
case types.ReactTemplate:
utils.DownloadArchive("https://tsdev.vercel.app/templates/vite.zip", dirName)
case types.NextTemplate:
Expand Down

0 comments on commit ab1c2cc

Please sign in to comment.