A simple utility to activate Founder Mode in your projects.
npm install founder-modeA simple utility to activate Founder Mode in your projects.
```
npm install founder-mode
`javascript
const { activateFounderMode } = require('founder-mode');
console.log(activateFounderMode()); // Founder mode is now activated
``
Activates Founder Mode.
MIT