You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hexmap/client/magefile.go

18 lines
340 B

package client
import (
"github.com/magefile/mage/mg"
)
const ProtocPluginPath = "client/node_modules/.bin/protoc-gen-ts_proto"
type Protobuf mg.Namespace
// TODO: NPMInstall
// TODO: Protobuf:InstallTSPlugin
// TODO: Protobuf:InstallPlugins
// TODO: Protobuf:Build
// TODO: Protobuf:Clean
// TODO: Build
// TODO: Clean
// TODO: Serve