Package Exports
- create-admin-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-admin-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Create Admin CMD Tool
Desc:
This tool was created to easily create an admin user for your app. It uses mongoose and passport-local-mongoose.
Steps
- npm i create-admin
- In the console type create-admin and press enter
- Follow the steps in the prompt
- If you are using Mongo Atlas make sure you supply the complete uri/url that you use to connect to the db (including username and password)
- Enjoy