0.0.6 • Published 2 years ago

@browserbite-io/strapi-plugin-bulk-invite v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. Add the below to the dependencies in the package.json file of your strapi project

    "strapi-plugin-bulk-invite": "npm:@browserbite-io/strapi-plugin-bulk-invite@version-number"

  2. Add this line //registry.npmjs.org/:_authToken=${NPM_TOKEN} to the .npmrc file in the root directory

  3. Export/set a NPM_TOKEN environmental variable with an access token generated from npmjs.com
  4. Run npm install
  5. Run npm run build
  6. Run npm start or npm run develop

Development

  1. Clone this repo in the plugins folder of a new or existing strapi project
  2. cd into the the root folder of the newly cloned repo and install the plugin dependencies
  3. cd to the root directory of the strapi project run the below command
  4. 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

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago