Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nlux-cli

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlux-cli

NPX command line interface of the `NLUX` AI UI library.

  • 1.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by366.67%
Maintainers
0
Weekly downloads
 
Created
Source

NLUX CLI

NPX command line interface of the NLUX AI UI library.

If you are looking for the main NLUX NPM development packages to import in your project, please check @nlux/core and @nlux/react.

NPX Commands

Create

Create an NLUX starter web project. The project will include NLUX example ready to use, and it will be setup with the framework or library of your choice.

npx nlux-cli create <project-type> [directory]
Options
  • <project-type> — The type of project to create. Use one of:

    • nextjs — Next.js project with NLUX example.
    • react — React project running on Vite dev server, with NLUX example.
    • vanilla — Vanilla TypeScript project running on Vite dev server, with NLUX example.
  • [directory] — The directory to create the project in.

Examples

Create a new Next.js project with NLUX example:

npx nlux-cli create nextjs myAiProject

Create a new React project with NLUX example:

npx nlux-cli create react myAiProject

Learn More

To learn more about NLUX, please visit: docs.nlkit.com/nlux

Keywords

FAQs

Package last updated on 24 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc