# ember-cli-cms

> The default blueprint for ember-cli addons.

Latest version **1.0.0** (published 2016-07-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-cli-cms
pnpm add ember-cli-cms
yarn add ember-cli-cms
bun add ember-cli-cms
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-07-08 |
| First published | 2016-07-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 14 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | olivierlesnicki |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/ember-cli-cms
- npm.io page: https://npm.io/package/ember-cli-cms

## Dependencies (14)

- [glob](https://npm.io/package/glob.md) ^7.0.5
- [himalaya](https://npm.io/package/himalaya.md) ^0.2.0
- [markdown](https://npm.io/package/markdown.md) ^0.5.0
- [exists-sync](https://npm.io/package/exists-sync.md) 0.0.3
- [file-exists](https://npm.io/package/file-exists.md) ^1.0.0
- [broccoli-stew](https://npm.io/package/broccoli-stew.md) ^1.3.1
- [broccoli-filter](https://npm.io/package/broccoli-filter.md) ^1.2.3
- [broccoli-funnel](https://npm.io/package/broccoli-funnel.md) ^1.0.2
- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^5.1.6
- [ember-cli-htmlbars](https://npm.io/package/ember-cli-htmlbars.md) ^1.0.3
- [broccoli-merge-trees](https://npm.io/package/broccoli-merge-trees.md) ^1.1.1
- [broccoli-file-creator](https://npm.io/package/broccoli-file-creator.md) ^1.1.0
- [ember-router-generator](https://npm.io/package/ember-router-generator.md) ^1.0.0
- [broccoli-change-extension](https://npm.io/package/broccoli-change-extension.md) 0.0.1

## Recent versions

- 1.0.0 (latest) — 2016-07-08

## README

# Ember-cli-cms

An ember-cli addon that offers a simple in repo CMS solution.

## Getting started

Create a directory named `cms` in the root folder of your application. Every single markdown file created in that directory will result in a new route in your ember application.

*Pro tip:* because the markdown pages get converted to `hbs` templates, you can leverage handlebar notations to render inline components and use helpers within your pages.

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).

---
_Source: https://npm.io/package/ember-cli-cms · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
