Awesome
PharoJS: Develop in Pharo, Run on Javascript
<p align="center"> <a href="https://lbesson.mit-license.org/" alt="MIT license"> <img src="https://img.shields.io/badge/License-MIT-blue.svg" /></a> <a href="https://pharo.org/"> <img src="https://img.shields.io/badge/Pharo%20Smalltalk-11-ff69b4.svg"/></a> <a href="https://github.com/PharoJS?tab=followers" alt="GitHub followers"> <img src="https://img.shields.io/github/followers/PharoJS.svg" /></a> <a href="https://github.com/PharoJS/PharoJS/graphs/commit-activity"><img src="https://img.shields.io/github/commit-activity/m/PharoJS/PharoJS" /></a> <a href="https://GitHub.com/PharoJS/PharoJS/stargazers/" alt="GitHub stars"> <img src="https://img.shields.io/github/stars/PharoJS/PharoJS.svg" /></a> <a href="https://twitter.com/PharoJS" alt="Twitter"> <img src="https://img.shields.io/twitter/follow/PharoJS.svg?style=flat&label=@PharoJS&logo=twitter&color=blue" /></a> <a href="https://github.com/PharoJS/jsource/issues" alt="contributions welcome"> <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" /></a> <a href='https://github.com/PharoJS/PharoJS/actions/workflows/ci.yml'><img src='https://github.com/PharoJS/PharoJS/actions/workflows/ci.yml/badge.svg?branch=pharo11&event=push' alt='Coverage Status' /></a> <a href='https://coveralls.io/github/PharoJS/PharoJS?branch=pharo11'><img src='https://coveralls.io/repos/github/PharoJS/PharoJS/badge.svg?branch=pharo11' alt='Coverage Status' /></a> <a href='https://discord.gg/QewZMZa'><img src='https://img.shields.io/discord/223421264751099906?label=discord&labelColor=%235865F2'></a> </p>Doc
Learn more about PharoJS:
- Visit PharoJS web site
- Checkout PharoJS documentation repository
Install
To install PharoJS, perform the code appropriate to your Pharo version in a playground:
Metacello new
baseline: 'PharoJS';
repository: 'github://PharoJS/PharoJS:pharoXX';
load
Where XX
is a number to match one of the following branches:
pharo12
: stablepharo11
: obsoletepharo10
: obsolete, frozenpharo9
: obsolete, frozenpharo8
: obsolete, should work also with Pharo 7.
Contributing
Thanks to the people who have already contributed to PharoJS.
<a href="https://github.com/PharoJS/PharoJS/graphs/contributors"> <img src="https://contributors-img.web.app/image?repo=PharoJS/PharoJS" /> </a>