@frmds/init
v1.0.1
Published
Initialize a new Frontier mod structure
Downloads
284
Readme
@frmds/init
init is a .devtools plugin that scaffolds a .devtools-compatible Cataclysm: Dark Days Ahead mod in the current directory.
Install
init is a frontier plugin, so install it globally alongside the frontier CLI:
bun add -g @frmds/initInstalling registers the plugin automatically upon installation. You can also register it manually:
frontier plugins add @frmds/initUsage
In the directory where you want to create the mod (i.e. in /mods/MyAwesomeMod, not in /mods):
frontier run initThis creates the following files:
modinfo.json: the game's mod manifestfrontier.json5: toolkit configuration.gitignore: a Git ignore file with default configurationsrc/: your mod's source files (default; configure infrontier.json5if you want to change it)
