land

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2018 License: MIT Imports: 15 Imported by: 0

README

Build Status

Land

Salesforce Apex Execution Environment on Local System.

This is WIP Project

Installation

For Golang User

$ go get -u github.com/tzmfreedom/goland

For Linux

$ curl -sL https://install.freedom-man.com/land | bash

For Windows

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile ^
  -InputFormat None -ExecutionPolicy Bypass ^
  -Command "iex ((New-Object System.Net.WebClient).DownloadString('http://install.freedom-man.com/land.ps1'))" ^
  && SET "PATH=%PATH%;%APPDATA%\land\bin"

For Powershell

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('http://install.freedom-man.com/land.ps1'))

Usage

$ land run -f {file} -a "ClassName#MethodName"
$ land run -d {directory} -a "ClassName#MethodName"

Contribute

Just send pull request if needed or fill an issue!

License

The MIT License See LICENSE file.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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