@leanup/cli-inferno

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

Usage no npm install needed!

<script type="module">
  import leanupCliInferno from 'https://cdn.skypack.dev/@leanup/cli-inferno';
</script>

README

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:

  1. mkdir new-inferno-app
  2. cd new-inferno-app
  3. npm install -D @leanup/cli @leanup/cli-inferno
  4. npx inferno create

Go in a existing folder

  1. cd my-inferno-app
  2. npm install -D @leanup/cli @leanup/cli-inferno
  3. npx inferno create --only-config --overwrite
  4. 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.