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

@leanup/cli-inferno

Package Overview
Dependencies
Maintainers
1
Versions
750
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leanup/cli-inferno

This package contains the Inferno framework extension for the @leanup/cli.

latest
Source
npmnpm
Version
1.3.54
Version published
Maintainers
1
Created
Source

GitHub CI - Publish to NPM dependencies peer-dependencies vulnerabilities npm downloads install-size lernajs code style: prettier

@leanup/cli-inferno

This package contains the Inferno CLI adapter. You can create a new or switch a existing project to the @leanup/stack.

Installation

You can create a new project folder or go in a existing folder.

Create a new project folder:

  • mkdir new-inferno-app
  • cd new-inferno-app
  • npm install -D @leanup/cli @leanup/cli-inferno
  • npx inferno create

Go in a existing folder

  • cd my-inferno-app
  • npm install -D @leanup/cli @leanup/cli-inferno
  • npx inferno create --only-config --overwrite
  • Proof the configuration changes and adopt it for your.

Usage

Execute npm run in your terminal. It lists all preconfigured tools commands of the @leanup/stack.

For example: npm start 😉

Feedback

Please give us feedback of you experience, so that we can continuously improve @leanup.

Keywords

babel

FAQs

Package last updated on 11 Jun 2024

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