create-orcas

1.0.2 • Public • Published

Create Orcas App

[![Build Status][travis-img]][travis-url] [![Dependency Status][dependency-img]][dependency-url] [![Code Style][style-img]][style-url]

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

Readme

Keywords

Package Sidebar

Install

npm i create-orcas

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

1.24 MB

Total Files

5

Last publish

Collaborators

  • happylusn