0.0.6 • Published 4 years ago
@browserbite-io/strapi-plugin-bulk-invite v0.0.6
Strapi plugin bulk-invite
A plugin for importing and inviting users in bulk via .csv and .xlsx files.
Users are imported in the database and then sent an email containing a link for setting a password
and confirming their account.
Using the plugin in development/production
Add the below to the
dependenciesin thepackage.jsonfile of yourstrapiproject"strapi-plugin-bulk-invite": "npm:@browserbite-io/strapi-plugin-bulk-invite@
version-number"Add this line
//registry.npmjs.org/:_authToken=${NPM_TOKEN}to the.npmrcfile in the root directory- Export/set a
NPM_TOKENenvironmental variable with an access token generated fromnpmjs.com - Run
npm install - Run
npm run build - Run
npm startornpm run develop
Development
- Clone this repo in the
pluginsfolder of a new or existingstrapiproject cdinto the the root folder of the newly cloned repo and install the plugin dependenciescdto the root directory of thestrapiproject run the below command- Run
yarn develop --watch-admin
Similar topics
https://github.com/EdisonPeM/strapi-plugin-import-export-content
https://strapi.io/blog/how-to-create-an-import-content-plugin-part-1-4