bot-guardian-js
Version:
A powerful bot detection and prevention library for Node.js applications
10 lines (9 loc) • 359 B
JavaScript
;
// src/cli/postinstall.ts
console.log('🛡️ Thank you for installing GuardianJS!');
console.log('');
console.log('To automatically set up GuardianJS for your project, run:');
console.log('npx guardian-setup');
console.log('');
console.log('For manual setup and documentation, visit:');
console.log('https://github.com/hamsho93/gaurdianjs');