basant307/AI_Governance_Project
048
1# @secretlint/core2 3Core library for @secretlint.4 5The core is written by Pure JavaScript.6It work on Browser and Node.js.7 8## Install9 10Install with [npm](https://www.npmjs.com/):11 12 npm install @secretlint/core13 14## Usage15 16- [ ] Write usage instructions17 18## Changelog19 20See [Releases page](https://github.com/secretlint/secretlint/releases).21 22## Running tests23 24Install devDependencies and Run `npm test`:25 26 npm test27 28## Contributing29 30Pull requests and stars are always welcome.31 32For bugs and feature requests, [please create an issue](https://github.com/secretlint/secretlint/issues).33 341. Fork it!352. Create your feature branch: `git checkout -b my-new-feature`363. Commit your changes: `git commit -am 'Add some feature'`374. Push to the branch: `git push origin my-new-feature`385. Submit a pull request :D39 40## Author41 42- [github/azu](https://github.com/azu)43- [twitter/azu_re](https://twitter.com/azu_re)44 45## License46 47MIT © azu48 