@vendx/create

0.18.11 • Public • Published

Vend˟ Create

A CLI tool for rapidly scaffolding a new Vend˟ server application. Heavily inspired by create-react-app.

Usage

Vend˟ Create requires Node.js v8.9.0+ to be installed.

To create a new project, you may choose one of the following methods:

npx

npx @vendx/create my-app

npx comes with npm 5.2+ and higher.

npm

npm init @vendx my-app

npm init <initializer> is available in npm 6+

Yarn

yarn create @vendx my-app

yarn create is available in Yarn 0.25+

It will create a directory called my-app inside the current folder.

Options

--use-npm

By default, Vend˟ Create will attempt to use Yarn to install all dependencies if it is available. You can override this and force it to use npm with the --use-npm flag.

--log-level

You can control how much output is generated during the installation and setup with this flag. Valid options are silent, info and verbose. The default is silent

Example:

npx @vendx/create my-app --log-level verbose

Readme

Keywords

none

Package Sidebar

Install

npm i @vendx/create

Weekly Downloads

2

Version

0.18.11

License

MIT

Unpacked Size

5.93 MB

Total Files

82

Last publish

Collaborators

  • vendx-owner