bombhopperio-level-tools
TypeScript icon, indicating that this package has built-in type declarations

0.13.4 • Public • Published

BombHopper.io level tools

npm

This library is used to validate levels. Maybe it will have more level-related features later, like upgrading from an old format version into a newer.

yarn add bombhopperio-level-tools

or

npm install bombhopperio-level-tools

CLI tool

bombhopperio-level-tools validate file.json other_file.json as_many_files_as_you_want.json

JS API

validate(levelObject)

import { validate } from 'bombhopperio-level-tools';

const formatVersionNumber = validate(myLevelObject); // throws an error if the file is invalid

/bombhopperio-level-tools/

    Package Sidebar

    Install

    npm i bombhopperio-level-tools

    Weekly Downloads

    11

    Version

    0.13.4

    License

    Apache-2.0

    Unpacked Size

    84.7 kB

    Total Files

    45

    Last publish

    Collaborators

    • getki