0.1.0 • Published 6 years ago
fmlr v0.1.0
Familiar
A theme development companion for Ghost.
Usage
Install Familiar globally.
$ npm install -g fmlrUse Ghost CLI to setup a local Ghost server.
$ ghost install localNavigate to the themes directory and start a new theme.
$ cd <ghost-directory>/content/themes
$ fmlr new <name>Start up a live development server and get going right away.
$ fmlr devCommands
New
Start a new Ghost theme.
$ fmlr new <name> [theme]- name (required) - The name of your theme. Also used to name the directory where your theme lives.
- theme (optional) - URL or shorthand pointing to an alternate starter theme. Supports GitHub, Gitlab, and Bitbucket. See the docs for download-git-repo for URL formatting.
Dev
Start a live development server. Familiar will watch your theme for updates, process assets on the fly, and reload browsers automatically.
$ fmlr devScan
Scan your theme with Gscan. Disabled for now.
$ fmlr scanBuild
Build a production version of your theme.
$ fmlr buildHave fun making Ghost themes! ♥
0.1.0
6 years ago