New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-la-app

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-la-app

A development environment for building and testing Lit Protocol Actions. This project provides a structured setup for creating, testing, and deploying Lit Actions with TypeScript support.

  • 0.0.9
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

create-la-app

A development environment for building and testing Lit Protocol Actions. This project provides a structured setup for creating, testing, and deploying Lit Actions with TypeScript support.

Features

  • TypeScript support out of the box
  • Built-in Lit Protocol integration
  • Development environment with hot reloading
  • Scaffold tools for quick project setup
  • Support for multiple networks (datil-dev, datil-test, datil)

Prerequisites

  • Bun v1.2.2 or higher
  • Node.js environment

Installation

  1. Clone the repository:
npx create-la-app@latest my-la-app
  1. Install dependencies:
bun install
  1. Set up environment variables:
cp .env.example .env
# Edit .env with your configuration

Project Structure

  • /_config/ - Configuration files (Including your )
  • /my-lit-action/ - Contains Lit Action source code
  • /my-app/ - Application code
  • /la-utils/ - Utility functions for Lit Actions
  • /dist/ - Lit Action code string output

Available Scripts

  • bun run dev - Start development server with hot reloading
  • bun run build - Build the Lit Action
  • bun run cli - Run the CLI tool

Development

The project uses Bun as the primary runtime environment. The development server watches for changes in the following directories:

  • ./la-utils/
  • ./my-lit-action/
  • ./my-app/

When changes are detected, it automatically rebuilds and runs the application.

License

MIT License - see LICENSE for details.

Contributing

We welcome contributions to improve this project! Just open a new PR!

FAQs

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