Skip to content
/ cli Public
forked from vrn-deco/cli

⚙️ Project scaffolding with command line tools. 🛠

License

Notifications You must be signed in to change notification settings

Abde1ra/cli

Repository files navigation

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

Essentials

TODO

Migration from v0.x

You or your team may be using the v0.x version and have deployed the corresponding boilerplate interface

If you want to migrate to v1.x or keep the v0.x version, see Migration Guide

Changelogs

CHANGELOG.md

License

MIT

About

⚙️ Project scaffolding with command line tools. 🛠

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 2.5%
  • Shell 0.2%