Skip to content

andrelmlins/react-string-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React String Checker

npm versionLicense: MITBuild StatusDependenciesLanguage grade: JavaScript

Basic Use

npx react-string-checker
# or
npm i -g react-string-checker
react-string-checker

Using in project

Installation

npm i --save-dev react-string-checker
# or
yarn add -D react-string-checker

Starting

Insert into package.json file script:

...
"scripts": {
  ...
  "string-checker": "react-string-checker"
  ...
}
...

Run the command:

yarn string-checker

Using in NodeJS:

Running checker

const CheckerStrings = require('react-string-checker');

const checkerStrings = new CheckerStrings('./src');

checkerStrings.run();

Get checker result

const CheckerStrings = require('react-string-checker');

const checkerStrings = new CheckerStrings('./src');

const strings = checkerStrings.listAllStrings();

NPM Statistics

Download stats for this NPM package

NPM

License

React String Checker is open source software licensed as MIT.

About

String Literal Searcher

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •