New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

springfast

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

springfast

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

latest
Source
npmnpm
Version
1.2.4
Version published
Maintainers
1
Created
Source
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

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

  • Execute

springfast
  • 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.

  • Navigate to the project folder

  • Execute

springfast
  • 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

Keywords

springfast

FAQs

Package last updated on 30 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts