Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylershuster/venetia
Venetia is a simple command-line utility for generating a list of planet names issuable from an Urbit star.
https://github.com/tylershuster/venetia
Last synced: 2 months ago
JSON representation
Venetia is a simple command-line utility for generating a list of planet names issuable from an Urbit star.
- Host: GitHub
- URL: https://github.com/tylershuster/venetia
- Owner: tylershuster
- Created: 2019-03-04T02:45:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T18:04:55.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T19:22:54.728Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-urbit - Venetia - line utility for generating a list of planet names issuable from an Urbit star. (Developer Tools)
README
# Venetia
Venetia is a simple command-line utility for generating a list of planet names issuable from an Urbit star.
[![awesome urbit badge](https://img.shields.io/badge/~-awesome%20urbit-lightgrey)](https://github.com/urbit/awesome-urbit)
## Installation
Clone this repository and run `npm install` in the directory.
## Running
In the directory run `node index.js` and follow the prompts.
You will be asked two questions:
1. The name of the star you would like to check. Enter the full name, e.g. `~marpem`
2. The output format. You may output 1) all planets, 2) planets with an English word in their name, or 3) planets with only English words in their name. Options 2) and 3) may take a significant amount of time to process.The list of planets will be saved in the directory as `planets.txt`, a comma-separated list of names.