Skip to content

kcsplcompusoft/security_gate

Repository files navigation

security_gate

This package provides the security that check the console.log() in all files the endswith .js, .ts, .jsx, .tsx extensions. it will through an error if the console.log() is exist in any files and it won't allow user to make commit through command or any GUI.

Installation & Usage

To install this package enter this command on your terminal:

npm install security_gate
or
yarn add security_gate

To use the functionality of this node module in your project you need to run the following command in terminal:

npx security_gate

or else you can download this package globally in your system with this command:

npm install -g security_gate
or
yarn global add security_gate

To use the functionality of this node module Globally in your project you need to run the following command in terminal:

security_gate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors