Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

terranovae

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terranovae

toolkit to create fantastic worlds

latest
npmnpm
Version
0.1.0-alpha.1
Version published
Maintainers
1
Created
Source

Terranovae

A toolset for world creators in fantasy, sci-fi, cyberpunk and more.

Installation

  • run npm i terranovae

Modules

Calendarius

Create all sorts of unit systems from time to distance. used for custom unit creation like custom calendars and distance systems.

const generatedDefinition = createUnitDefinition(({ define, base }) => {
    base('millisecond');
    define('second', [['millisecond', 1000]]);
    define('minute', [['second', 60]]);
    define('hour', [['minute', 60]]);
    define('day', [['hour', 24]]);
});

Changelog

0.1.0-alpha.1

  • initial version, just containing a unit definition module for calendarius

FAQs

Package last updated on 15 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts