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

@reown/appkit-cli

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reown/appkit-cli

Reown AppKit CLI

  • 1.6.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
351
increased by1362.5%
Maintainers
0
Weekly downloads
 
Created
Source

Reown AppKit CLI

AppKit CLI is a command-line tool to fast download a funcionaly boilerplate example for Reown Web AppKit SDK.

Installation

To install this CLI tool globally for development, you can link it locally using the following commands.

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Clone the Repository

First, clone this repository to your local machine:

git clone https://github.com/reown-com/appkit-cli
cd appkit-cli

Local Installation

To test the CLI locally, use npm link. This allows you to run the CLI from any location on your machine.

npm install
sudo npm link

Usage

Once linked, you can use the CLI globally by running:

appkit-cli

Also you can run it directly:

npx appkit-cli

Example Commands

Provide examples of some paramaeters:

appkit-app [project-name]

For example:

appkit-app my-app
appkit-app

Linking/Unlinking for Local Development

Linking

If you want to work on the CLI and test it locally without publishing, use npm link:

  1. Navigate to the Project Directory:

    cd path/to/appkit-cli
    
  2. Run npm link:

    sudo npm link
    

Unlinking

To remove the symlink and unlink the CLI, use:

sudo npm unlink -g

This will unregister the global command appkit-cli, but it won’t delete any files in your project directory.

Quick Demo

https://github.com/user-attachments/assets/6c4fbdc3-c0ca-4edd-a730-20cfee878c86

FAQs

Package last updated on 09 Jan 2025

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