1.0.0 • Published 4 years ago

brmslint v1.0.0

Weekly downloads
61
License
MIT
Repository
github
Last release
4 years ago

Linter for BRMS

Install the latest release

npm install brmslint --save-dev
yarn add brmslint --dev

Usage

Single file:

brmslint filepath.srl

Several files, use a glob:

brmslint './**/*.srl'

Dev

Install

  • Clone the repository git clone git@github.com:theodo/brms-linter.git
  • You need to install antlr
  • Create a simlink to your installed antlr jar ln -sr <path to your installed antlr> <repo path>/antlr.jar

Run

Tests

  • npm test to run jest tests
  • Tests are described in tests/main.js
  • The used samples files are in tests/test-samples/**/*.srl

Release :

  • Bump package version: with a clean git history, run npm version <version_type:patch|minor|major>

  • push to master preferably using a pull request

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago