![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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 healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.