create-catalog

1.0.3 • Public • Published

create-catalog

Add Catalog to your app.

Using yarn

# Get started 
yarn create catalog [dir]
 
# Get help 
yarn create catalog help

yarn create is available in yarn >= 0.25.0 (for older versions see below)

Using npx

# Get started 
npx create-catalog [dir]
 
# Get help 
npx create-catalog help

npx is installed by default with npm >= 5.2.0 (for older versions see below)

Using npm <5.2.0 or yarn <0.25.0

# yarn 
yarn global add create-catalog
create-catalog [dir]
 
# npm 
npm install -g create-catalog
create-catalog [dir]

Readme

Keywords

none

Package Sidebar

Install

npm i create-catalog

Weekly Downloads

6

Version

1.0.3

License

BSD-3-Clause

Unpacked Size

9.84 kB

Total Files

5

Last publish

Collaborators

  • herrstucki