1.0.4 • Published 3 years ago

inter_strapi v1.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

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