homeoffice

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = env.EnvironmentConfig{
	Workspaces: []env.Workspace{
		expoConfig.LegacyExpoCli(path.Join(homeDir, "expo/expo-cli")),
		expoConfig.EasCli(path.Join(homeDir, "expo/eas-cli")),
		expoConfig.EasBuild(path.Join(homeDir, "expo/eas-build")),
		expoConfig.Turtle(path.Join(homeDir, "expo/turtle-v2")),
		expoConfig.UniverseWWW(path.Join(homeDir, "expo/universe/server/www")),
		expoConfig.UniverseWebsite(path.Join(homeDir, "expo/universe/server/website")),
		expoConfig.TurtleClassic(path.Join(homeDir, "expo/turtle")),
		expoConfig.ExpoSdk(path.Join(homeDir, "expo/expo")),
		expoConfig.ExpoSdkGl(path.Join(homeDir, "/expo/expo/packages/expo-gl")),

		common.HomeWorkspace,
		common.DotfilesWorkspace,
	},
	Actions: []env.LauncherAction{
		expoLauncherConfig.EasCli,
		expoLauncherConfig.ExpoCliRebuild,
		expoLauncherConfig.ExpoDocs,
		expoLauncherConfig.Submit,
		expoLauncherConfig.Turtle,
		expoLauncherConfig.Submit,
		expoLauncherConfig.UniverseWWW,
		expoLauncherConfig.UniverseWebsite,
		expoLauncherConfig.UniverseWebsiteInternal,
	},
	CustomSetupAction: func(ctx env.Context) action.Object {
		return action.List{
			action.EnsureSymlink(ctx.FromEnvDir("gitconfig-goody"), ctx.FromHome(".gitconfig-goody")),
		}
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL