JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q83782F
  • License MIT

Scaffold an Express.js boilerplate project. You can generate express.js boilerplate code with a single command.

Package Exports

    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 (express-api-creator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Express API Creator

    How to use

    • npx express-api-creator create (To create project with auth feature)
      • npx express-api-creator create name=Project_Name template=JS/TS (default name will be your current directory and template is JS)
    • npx express-api-creator mcr=Module_Name:field1,field2 (If you will be not provide fields then default field will be name)