
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@upstash/bootstrapper
Advanced tools
Certainly! Here's a README file for your Upstash Bootstrapper:
# Upstash Bootstrapper
Upstash Bootstrapper is a command-line tool designed to quickly set up new TypeScript projects with a selection of popular development tools and configurations.
## Features
- Interactive CLI for easy project setup
- Support for multiple package managers (Bun and pnpm)
- Configurable tool selection:
- Prettier
- ESLint
- Commitlint
- Husky
- tsup
## Prerequisites
- Node.js (version 14 or later)
- Bun or pnpm package manager
## Installation
```bash
# Clone the repository
git clone https://github.com/yourusername/upstash-bootstrapper.git
# Navigate to the project directory
cd upstash-bootstrapper
# Install dependencies
bun install
```
Run the bootstrapper with:
bun start
Follow the interactive prompts to:
The bootstrapper will then:
package.json
with appropriate scriptsprettier.config.mjs
.eslintrc.json
commitlint.config.js
tsup.config.ts
The bootstrapper adds several npm scripts to your package.json
:
prepare
: Installs Husky hookslint
: Runs ESLintfmt
: Runs Prettierbuild
: Runs tsup buildtest
: Runs tests (using the selected package manager)format
: Runs Prettier (write mode)format:check
: Runs Prettier (check mode)lint:fix
: Runs ESLint with auto-fixlint:format
: Runs both linting and formatting fixesContributions are welcome! Please feel free to submit a Pull Request.
FAQs
Certainly! Here's a README file for your Upstash Bootstrapper:
We found that @upstash/bootstrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.