npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@applite/cli

v0.0.4

Published

CLI tool for Flutter projects similar to shadcn

Readme

AppLite CLI

AppLite CLI is a powerful command-line tool that helps you create and manage Flutter mobile applications with ease. It integrates with the AppLite UI admin panel to provide a seamless development experience.

Installation

npm install -g applite-cli

Authentication

Before using the CLI, you need to authenticate with your AppLite UI account:

applite auth login

You'll be prompted to enter your email and password.

Project Management

Initialize a New Project

To create a new project or connect to an existing one:

applite app init

This command will:

  1. Let you select an existing project or create a new one
  2. Allow you to specify project details (name, description)
  3. Let you choose a project type:
    • STORE
    • TRANSPORT
    • RESTAURATION
    • MULTI SERVICE
    • E LEARNING
  4. Select a plan for your project

Manage Project Assets

Add or update project assets like logo and splash screen:

applite assets

Page Management

Add a Page

To add a pre-built page template to your project:

applite page add <page-name>

This will:

  • Download the page template from the AppLite templates repository
  • Install all required dependencies
  • Set up the necessary configurations

List Available Pages

View all available page templates:

applite page list

Widget Management

Add a Widget

To add a pre-built widget to your project:

applite widget add <widget-name>

This will:

  • Download the widget template from the AppLite templates repository
  • Install all required dependencies
  • Set up the necessary configurations

List Available Widgets

View all available widget templates:

applite widget list

Project Structure

After initialization, your project will have the following structure:

your-project/
├── lib/
│   ├── services/     # Generated API services
│   ├── models/       # Database models
│   ├── pages/        # Application pages
│   └── widgets/      # Reusable widgets
├── assets/           # Project assets
└── pubspec.yaml      # Flutter dependencies

Features

  • 🔐 Secure authentication with AppLite UI
  • 📱 Multiple project types support
  • 🎨 Pre-built page templates
  • 🧩 Reusable widget components
  • 🔄 Automatic dependency management
  • 📦 Easy asset management

Requirements

  • Node.js 14.x or higher
  • Flutter SDK
  • AppLite UI account

Support

For support, please visit the AppLite UI documentation or contact our support team.

License

This project is licensed under the MIT License - see the LICENSE file for details.