8000 GitHub - dabuchera/pear
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dabuchera/pear

 
 

Repository files navigation

🍐 Pear

Getting Started

Install:

npm install -g pear

Help

pear help <cmd>
pear <cmd> --help
pear <cmd> -h

Documentation

Documentation

Platform Development

Platform development is generally referred to as localdev.

Clone:

git clone https://github.com/holepunchto/pear && cd pear

Install deps:

npm install

Bootstrap the runtime binaries with

npm run bootstrap <KEY>

First run will install runtimes in by-arch, create platform directory called pear and add a pear.dev symlink (Linux, Mac)or pear.ps1 and pear.cmd files (Windows). These are system-specific and .gitignore'd.

Use ./pear.dev (\\pear.ps1 / \\pear.cmd) to execute the Pear Runtime directly in localdev.

License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • HTML 16.7%
0