JSPM

express-ts-backend-generator

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

CLI tool to scaffold a backend-only Express TypeScript project based on a custom template.

Package Exports

  • express-ts-backend-generator
  • express-ts-backend-generator/index.js

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

Readme

express-ts-backend-generator

A CLI tool to scaffold a backend-only Express TypeScript project based on a custom Sale-Service template.

Usage

npx express-ts-backend-generator <project-name>

This will create a new folder with the given project name, containing a ready-to-use Express TypeScript backend structure.

Development

  • Place your template files in the templates/ directory.
  • The CLI uses EJS for templating and Commander for argument parsing.

Publish

To publish to npm:

npm publish --access public