4

I have a new Pharo 1.4 image setup and want to start playing around with Cypress and exporting packages to git / GitHub.

What's the best way to get started with that? FileTree?

Dale Henrichs
  • 1,293
  • 9
  • 16
JohnnyT
  • 207
  • 1
  • 3

2 Answers2

3

Yes, FileTree implements the Cypress package structure for Pharo and Squeak.

The FileTree README provides installations instructions.

Keep an eye on the amber-cypress project for an Amber implementation of the Cypress package structure.

Dale [updated later that day....]

Dale Henrichs
  • 1,293
  • 9
  • 16
1

As the work turns, there is a better/alternative answer to this question:

Use Amber Skeleton.

Amber Skeleton provides a project template that includes Pharo as a FileServer for Amber. There's a fair amount of documentation for Amber Skeleton.

Dale Henrichs
  • 1,293
  • 9
  • 16