Skip to content

Commit

Permalink
refactored, created Theme object
Browse files Browse the repository at this point in the history
  • Loading branch information
sharepointoscar committed May 2, 2020
1 parent 784d9a7 commit 45e41f5
Show file tree
Hide file tree
Showing 384 changed files with 196,859 additions and 757 deletions.
Binary file added .DS_Store
Binary file not shown.
37 changes: 0 additions & 37 deletions .gitignore

This file was deleted.

20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceRoot}",
"env": {},
"args": [
"generate-name",
" --theme 'yoga'"
]
}
]
}
153 changes: 137 additions & 16 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,21 @@
name = "github.com/mitchellh/go-homedir"
version = "1.1.0"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.12.0"

[[constraint]]
name = "github.com/onsi/gomega"
version = "1.9.0"

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.6"
version = "1.0.0"

[[constraint]]
name = "github.com/spf13/viper"
version = "1.6.2"
version = "1.6.3"

[prune]
go-tests = true
Expand Down
Loading

0 comments on commit 45e41f5

Please sign in to comment.