@vrn-deco/cli
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

@vrn-deco/cli is an automated command line tool whose core feature is to help you quickly build an engineered project via boilerplate. It supports multiple creation modes, you can get boilerplate from the sources we provide, or you can specify a third party or your own source.

Full transition to Pure ESM as of v1.0.1, please make sure your Node.js version is not lower than v14.13.1

Quick Start

First you need to install @vrn-deco/cli globally

npm install -g @vrn-deco/cli
# or with yarn
yarn add --global @vrn-deco/cli
# or with pnpm
pnpm install -g @vrn-deco/cli

Next, use the create command, followed by the name of the directory you prefer

vrn create my-app

Create a project with the pre-defined boilerplate-package in a few simple command line interactions!

Since the dependencies of services other than the ontology are dynamically managed, checks and incremental installations are performed during use

Of course, it is possible to use npx to execute commands directly without installation

npx @vrn-deco/cli create my-app

Advanced Guide

See vrn-deco/cli repository

Readme

Keywords

none

Package Sidebar

Install

npm i @vrn-deco/cli

Weekly Downloads

2

Version

1.2.5

License

MIT

Unpacked Size

11.3 kB

Total Files

14

Last publish

Collaborators

  • cphayim