Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

towns-bot

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

towns-bot

CLI for creating and managing Towns Protocol bot projects

latest
npmnpm
Version
0.0.370
Version published
Maintainers
1
Created
Source

towns-bot

CLI for creating and managing Towns Protocol bot projects.

Usage

Create a new bot project

npx towns-bot init my-bot
# or
bunx towns-bot init my-bot
# or
yarn dlx towns-bot init my-bot
# or
pnpm dlx towns-bot init my-bot

This will create a new bot project with the default quickstart template.

Available templates

Any template from the examples directory can be used.

We currently have the following:

  • quickstart (default) - Simple starter bot with basic commands

To use a specific template:

npx towns-bot init my-ai-bot --template quickstart

Update dependencies

Update all @towns-protocol/* dependencies to their latest versions:

npx towns-bot update

This command should be run from within a Towns Protocol bot project directory.

Commands

towns-bot init [project-name]

Create a new bot project.

Options:

  • -t, --template <name> - Name of template to use

towns-bot update

Update @towns-protocol/* dependencies to latest versions.

towns-bot help

Keywords

bot

FAQs

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