1.0.1 • Published 11 months ago
founder-mode v1.0.1
founder-mode
A simple utility to activate Founder Mode in your projects.
Installation
npm install founder-mode
Usage
const { activateFounderMode } = require('founder-mode');
console.log(activateFounderMode()); // Founder mode is now activated
API
activateFounderMode()
Activates Founder Mode.
License
MIT