https://github.com/interactivethings/create-catalog
Create a Catalog
https://github.com/interactivethings/create-catalog
Last synced: 2 months ago
JSON representation
Create a Catalog
- Host: GitHub
- URL: https://github.com/interactivethings/create-catalog
- Owner: interactivethings
- License: bsd-3-clause
- Created: 2017-08-24T13:14:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T12:35:45.000Z (about 6 years ago)
- Last Synced: 2025-01-12T20:30:29.307Z (4 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-catalog
Add [Catalog](https://github.com/interactivethings/catalog) to your app.
## Using yarn
```sh
# 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
```sh
# 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
```sh
# yarn
yarn global add create-catalog
create-catalog [dir]# npm
npm install -g create-catalog
create-catalog [dir]
```