Skip to content

redpen-cc/redpen-js-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Introduction

This project is a sample of RedPen JavaScript plugin. This repository includes all the resources needed for testing RedPen validator. This repository include a plain validator in js/validator.js. The tests are included in test/validator-js-test.js. test/redpen.js is a utility script used in the testing.

Requirements

RedPen requires the following software.

  • Java 1.8.40 or greater
  • Node.js 6.0 or greater

Preliminary

First, copy this repository with git clone command. Then you install the JavaScript libraries with npm install.

Run Test

There are two way of running tests. One is test launching RedPen server. The other is running test without the servers.

Test with RedPen Server

npm run test

Test without RedPen Server

npm run test-with-cli

About

Template of RedPen JavaScript plugin

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE.txt
Unknown
LICENSE-HEADER.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published