express-sweet-generator

Express Sweet application generator.

Usage no npm install needed!

<script type="module">
  import expressSweetGenerator from 'https://cdn.skypack.dev/express-sweet-generator';
</script>

README

Express Sweet application generator.

Docs

Installation

npm install -g express-sweet-generator;

Quick Start

The easiest way to get started with Express Sweet is to install express-sweet-generator and automatically create a template application.
From the beginning, the template includes the following screen and sample programs such as router, model class, and authentication.
Please refer to these and start developing your application.
See "Express Sweet app generator" for more information on how to use express-sweet-generator.

Login
Home
User list
New user
Edit user

Command Line Options

This generator can also be further configured with the following command line flags.

    --version      output the version number
-o, --output <output>  add output <module> support (esm|cjs) (defaults to cjs)
-p, --port <port>  application listening port (default: 3000)
-f, --force        force on non-empty directory
-h, --help         output usage information

License

MIT