GitXplorerGitXplorer
g

bombhopperio-level-tools

public
1 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
0f3f049191d528223a6b75735681fb5a29104786

Merge pull request #15 from getkey/dependabot/npm_and_yarn/cross-spawn-7.0.6

ggetkey committed 2 months ago
Verified
125e019e0d6a4db38f00347318a7881b55941820

Bump cross-spawn from 7.0.3 to 7.0.6

ddependabot[bot] committed 2 months ago
Verified
9cdc10f50e0c021baac4d5a806acc644ff2dce47

Merge pull request #14 from getkey/dependabot/npm_and_yarn/micromatch-4.0.8

ggetkey committed 5 months ago
Verified
6fcbc3c995b5e758b5a916ddee2e9e984fdb62fe

Bump micromatch from 4.0.5 to 4.0.8

ddependabot[bot] committed 5 months ago
Verified
c642f8f8d042c58ddf54446be08ca375e6ebd734

Merge pull request #13 from getkey/dependabot/npm_and_yarn/braces-3.0.3

ggetkey committed 7 months ago
Verified
e9b2ba09d9c71e2773c47a9f0c071137e9ae3f25

Bump braces from 3.0.2 to 3.0.3

ddependabot[bot] committed 7 months ago

README

The README file for this repository.

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