Skip to content

Commit

Permalink
add: auth, subscriptions, template
Browse files Browse the repository at this point in the history
  • Loading branch information
moocss committed Aug 19, 2024
1 parent ac93779 commit c6d0bf5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/van/config/config.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

const (
Release = "v0.2.0"
VanCmd = "github.com/apus-run/van@latest"
RepoBase = "github.com/apus-run/van-layout-starter/van-layout-basic.git"
RepoAdvanced = "github.com/apus-run/van-layout-starter/van-layout-advanced.git"
RepoMultiple = "github.com/apus-run/van-layout-starter/van-layout-multiple.git"
)
1 change: 1 addition & 0 deletions cmd/van/internal/create/create.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package create
1 change: 1 addition & 0 deletions cmd/van/internal/new/project.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package new
1 change: 1 addition & 0 deletions cmd/van/pkg/utils.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package pkg

0 comments on commit c6d0bf5

Please sign in to comment.