springfast
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

Quality Gate Status

Maintainability Rating

Reliability Rating

Security Rating

Bugs

Vulnerabilities

Pipeline

SpringFast

Automatically creates controllers, DAOs, DTOs, converters, services and repositories

Install

Install SpringFast globally on your system:

npm i -g springfast

Project initialization

  1. Navigate to the folder where you want your project to be generated (a folder with the project name will be automatically created)

  2. Execute

springfast
  1. Follow the onscreen instructions

Project configuration and generation of classes

SpringFast can configure your application.yml with the server port and database connection parameters. It can also generate DAOs, DTOs, controllers, services and repositories.

  1. Navigate to the project folder

  2. Execute

springfast
  1. SpringFast will automatically recognize that it's a Spring project and you will have to follow the onscreen instructions

Develop

Build and run on Windows: npm run build; npm i -g .; springfast

Build and run on Linux: npm run build && npm i -g . && springfast

/springfast/

    Package Sidebar

    Install

    npm i springfast

    Weekly Downloads

    0

    Version

    1.2.4

    License

    MIT

    Unpacked Size

    76.5 kB

    Total Files

    41

    Last publish

    Collaborators

    • fsorge