1.0.2 • Published 1 year ago

create-orcas v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Create Orcas App

Build Status Dependency Status Code Style

Introduction

It's a a simple template-based Scaffolding tools for my personal productivity, inspired by Create React App & Vue CLI 2 & etc.

Features

  • Easy to use
  • Light-weight
  • Still powerful
  • High efficiency
  • Zero dependencies
  • Template-based
  • Configurable
  • Extensible
  • TypeScript

Quick Overview

npx create-orcas my-app
cd my-app

If you've previously installed create-orcas globally via npm install -g create-orcas, we recommend you uninstall the package using npm uninstall -g create-orcas or yarn global remove create-orcas to ensure that npx always uses the latest version

Creating an App

Prerequisites: Node.js (>= 14.14 required, >= 16.13 preferred), npm (>= 7.x) or yarn (>= 1.22) or pnpm (>= 7.16.1) and Git.

npx

npx create-orcas my-app

(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)

npm

npm init orcas my-app
# or
npm create orcas my-app

npm init <initializer> is available in npm 6+

pnpm

pnpm create orcas my-app

yarn

yarn create orcas my-app

yarn create <starter-kit-package> is available in Yarn 0.25+

Options

  • -t, --template: Project template
  • -f, --force: Overwrite if the target exists
  • -o, --offline: Try to use an offline template
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago