1.0.4 • Published 3 years ago
@mihtonmi/strapi-crack-ee v1.0.4
strapi-crack-ee
WARNING: This project is only for technique testing, DO NOT use this package in any production environment!
Usage:
- Crack when install the package
 
1.1. Make sure you have install the required packages (Strapi packages) already.
npm install1.2. Install in your strapi project by below command:
npm install @mihtonmi/strapi-crack-eeThis package will generate the license automatically in your project.
- Crack by command
 
Also, you can run the crack by command.
2.1 Install packages
npm install
npm install @mihtonmi/strapi-crack-ee --save2.2 Modify your package.json file, add new record in script
{
  "scripts": {
    "crack": "strapi-crack"
  }
}2.3 Run command by npm
npm run crackGood Luck!