@vrn-deco/cli
v1.2.5
Published
⚙️ Project scaffolding with command line tools. 🛠
Downloads
127
Readme
@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