Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigilante/moonrise
A schematic agent to brighten your night
https://github.com/sigilante/moonrise
Last synced: 10 days ago
JSON representation
A schematic agent to brighten your night
- Host: GitHub
- URL: https://github.com/sigilante/moonrise
- Owner: sigilante
- Created: 2024-02-09T20:09:14.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-24T17:58:57.000Z (9 months ago)
- Last Synced: 2024-08-03T01:13:10.711Z (4 months ago)
- Language: hoon
- Size: 750 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-urbit - Moonrise - core pattern of development (Developer Tools)
README
# Moonrise: A schematic agent to brighten your night
Use Moonrise to start a new “empty” Urbit app project using the nested core pattern. Import the repo, then simply rename all text and files from `moonrise` to whatever your new agent's name will be. Run `./rename.sh new-name` to replace all instances of `moonrise` with `new-name` throughout.
Moonrise is modestly opinionated but generally straightforward. If you are interested in omitting the `++abet` nested-core pattern from your agent, see [Sunrise](https://github.com/sigilante/sunrise).
![](logo.jpg)
Prior art:
- ~rabsef-bicrym and Dalten Collective, [`agent-skeleton`](https://github.com/dalten-collective/agent-skeleton)