Documentation
¶
Overview ¶
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Index ¶
- Constants
- Variables
- func Execute()
- func GetSveltinCommands() []*cobra.Command
- func NewCmdRun(cmd *cobra.Command, args []string)
- func NewPageCmdRun(cmd *cobra.Command, args []string)
- func RunBuildCmd(cmd *cobra.Command, args []string)
- func RunGenerateMenuCmd(cmd *cobra.Command, args []string)
- func RunGenerateRSSCmd(cmd *cobra.Command, args []string)
- func RunGenerateSitemapCmd(cmd *cobra.Command, args []string)
- func RunNewContentCmd(cmd *cobra.Command, args []string)
- func RunNewMetadataCmd(cmd *cobra.Command, args []string)
- func RunNewResourceCmd(cmd *cobra.Command, args []string)
- func RunPrepareCmd(cmd *cobra.Command, args []string)
- func RunPreviewCmd(cmd *cobra.Command, args []string)
- func RunServerCmd(cmd *cobra.Command, args []string)
Constants ¶
const ( VANILLACSS string = "vanillacss" TAILWINDCSS string = "tailwindcss" BULMA string = "bulma" BOOTSTRAP string = "bootstrap" )
const ( DEFAULTS string = "defaults" EXTERNALS string = "externals" WEBSITE string = "website" MENU string = "menu" DOTENV string = "dotenv" )
const ( BLANK string = "blank" SAMPLE string = "sample" )
const ( SVELTE string = "svelte" MARKDOWN string = "markdown" )
const ( CLI_VERSION string = "0.2.11" SVELTEKIT_STARTER string = "starter" )
const ( DOTENV_DEV string = ".env.development" DOTENV_PROD string = ".env.production" )
Variables ¶
var (
AppFs = afero.NewOsFs()
)
var (
YamlConfig []byte
)
Functions ¶
func GetSveltinCommands ¶
func NewPageCmdRun ¶
func RunBuildCmd ¶
func RunGenerateMenuCmd ¶
func RunGenerateRSSCmd ¶
func RunGenerateSitemapCmd ¶
func RunNewContentCmd ¶
func RunNewMetadataCmd ¶
func RunNewResourceCmd ¶
func RunPrepareCmd ¶
func RunPreviewCmd ¶
func RunServerCmd ¶
Types ¶
This section is empty.