@olierjs/create
v0.3.1
Published
Scaffold a new Node.js TypeScript project with Rust tools chain
Maintainers
Readme
@olierjs/create
⚡ Scaffold a new Node.js TypeScript project with Rust tools chain
Usage
# npm
npm create @olierjs/create my-project
# yarn
yarn create @olierjs/create my-project
# pnpm (recommended)
pnpm create @olierjs/create my-project
# bun
bun create @olierjs/create my-project
# npx
npx @olierjs/create my-projectOptions
Options:
-h, --help Show help
-v, --version Show version
-f, --force Force create (skip non-empty check)
-o, --overwrite Overwrite existing directory
--no-git Skip git initialization
--no-install Skip dependency installationExamples
# Create project with default options
pnpm create @olierjs/create my-app
# Create without git init
pnpm create @olierjs/create my-app --no-git
# Create without auto-install
pnpm create @olierjs/create my-app --no-install
# Force overwrite
pnpm create @olierjs/create my-app --overwriteTemplate Features
- TypeScript Go - Rust-rewritten TypeScript compiler
- RSLint - High-performance linter in Rust
- Oxc - Rust-based JavaScript toolchain
- RSTest - Testing framework powered by Rspack
- pnpm - Fast, disk space efficient package manager
- Dual Runtime - Node.js + Bun support
Development
# Clone the repo
git clone https://github.com/TbhT/mini-repo.git
cd mini-repo
# Install dependencies
pnpm install
# Link for local testing
pnpm link --global
# Test the CLI
create test-projectLicense
MIT © 2025
