All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.jhipster.lite.project.infrastructure.secondary.TraceProjectFormatter Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package tech.jhipster.lite.project.infrastructure.secondary;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import tech.jhipster.lite.project.domain.ProjectPath;

class TraceProjectFormatter implements ProjectFormatter {

  private static final Logger log = LoggerFactory.getLogger(TraceProjectFormatter.class);

  @Override
  public void format(ProjectPath path) {
    log.info("No npm installed, can't format project");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy