Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/origami-cms/cli
CLI for Origami CMS
https://github.com/origami-cms/cli
cli cms nodejs origami toolbelt yarn
Last synced: about 2 months ago
JSON representation
CLI for Origami CMS
- Host: GitHub
- URL: https://github.com/origami-cms/cli
- Owner: origami-cms
- Created: 2018-02-18T04:48:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T22:46:30.000Z (about 6 years ago)
- Last Synced: 2024-11-17T14:55:45.635Z (3 months ago)
- Topics: cli, cms, nodejs, origami, toolbelt, yarn
- Language: TypeScript
- Size: 375 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Origami CLI](screenshot.jpg)
# Origami CLI [WIP]
Origami CLI is a tool that makes building websites for Origami CMS even easier.
## Installation
Install Origami CLI globally on your machine for easiest use:
`yarn global add origami-cli`.This will install a global tool that you can run from anywhere with the command `origami`.
---
## Commands
### `origami`
By default, running `origami` in your shell will run the `origami run` command.---
### `origami run`
Runs the Origami app in the current directory. This command looks for the `.origami` file, and if it cannot be found, will exit.#### Usage:
`origami run`---
### `origami new [directory]`
Create a new installation of Origami, downloads the packages, and sets up the `.origami` file.#### Usage:
`origami new my-site`#### Options:
- `directory` - Optional parameter to initialize the app in a new directory. You can use nested folder structure here to for path's that don't yet exist. EG: `origami new path/to/new/folder`.---
## Help
Run `origami help` to see a full list of the commands and flags.