Skip to content

dunks184/land

 
 

Repository files navigation

Build Status

Land

Salesforce Apex Execution Environment on Local System.

Installation

For Golang User

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

For Linux

$ curl -sL http://install.freedom-man.com/land.sh | 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.

About

Salesforce Apex Execution Environment on Local System.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Go 96.7%
  • ANTLR 1.9%
  • HTML 0.6%
  • Apex 0.4%
  • Shell 0.1%
  • Makefile 0.1%
  • Other 0.2%