# thelemic-date

> A simple calendar thelemic.

Latest version **0.5.3** (published 2022-09-17) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install thelemic-date
pnpm add thelemic-date
yarn add thelemic-date
bun add thelemic-date
```

Provides the command `tdate`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.3 |
| Published | 2022-09-17 |
| First published | 2022-09-17 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 47 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Guilherme Rialli Oliveira |
| Maintainers | guirialli |
| Keywords | calendar, thelemic, simple, cli |

## Links

- npm: https://www.npmjs.com/package/thelemic-date
- Repository: https://github.com/guirialli/Thelemic-Calendar-JS
- Homepage: https://github.com/guirialli/Thelemic-Calendar-JS#readme
- Issues: https://github.com/guirialli/Thelemic-Calendar-JS/issues
- npm.io page: https://npm.io/package/thelemic-date

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.5.3 (latest) — 2022-09-17
- 0.5.2 — 2022-09-17
- 0.5.1 — 2022-09-17
- 0.5.0 — 2022-09-17

## README

# Thelemic-Date-js
A simple command-line thelemic calendar ❤️.

### Install
you need to install npm, then on linux or mac use:
```bash
> sudo npm install -g thelemic-date
```

If you use Windows, use:
```CMD
> npm install -g thelemic-date
```
### Example
```bash
> tdate
Anno V:viii, Sol 🌞 in Virgem ♍, Dies Venus ♀, Luna 🌗 in Gemini ♊, aerae legis
```
"tdate" is short for "Thelemic date", so the command maste.

```bash
> tdate -d
Dies Venus ♀
```
"tdate -d" or "tdate --day" returns the day of the planetary week.

```bash
> tdate -m
Luna 🌗 in Gemini ♊
```
"tdate -m" or  "tdate --moon" returns moon phase and sign.


```bash
> tdate -s
Sol 🌞 in Virgem ♍
```
"tdate -s" or "tdate --sun" return sun sign.

```bash
> tdate -y
Anno V:viii
```
"tdate -y" or "tdate --year", returns the year thelemic

```bash
> tdase -n
Anno V:viii, Sol  in Virgem, Dies Venus, Luna (Last Quarter) in Gemini, aerae legis
```
"tdate -n" or  "tdate --noIcon", returns everything without emoji and can be accompanied by other arguments.
example:
```bash
> tdate -n -s
Sol in Virgem
```

---
_Source: https://npm.io/package/thelemic-date · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
