JSPM

create-admin-cli

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q31558F
  • License ISC

A tool to create an admin user

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

  1. npm i create-admin
  2. In the console type create-admin and press enter
  3. 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)
  4. Enjoy