/inter_strapi

Primary LanguageJavaScript

Inter strapi

This is an interactive CLI strapi API generator.

How to Use

  • Install it through npm

    "npm install inter_strapi"

  • Go to your package.json file in your strapi instance and add the following below the script

    "createapi" : "node node_modules/inter_strapi/src/first"

Voila! that is it…

Just run

"npm run createapi" 

in your root directory and watch it speak to you 😉

Note This does not in any replace the official CLI provided by strapi