# enckecli

> A generator for the meteor Encke boilerplate.

Latest version **0.0.2** (published 2016-04-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install enckecli
pnpm add enckecli
yarn add enckecli
bun add enckecli
```

Provides the command `enckecli`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-04-09 |
| First published | 2016-04-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Noah Vaillancourt |
| Maintainers | noahvlncrt |

## Links

- npm: https://www.npmjs.com/package/enckecli
- Repository: https://github.com/noahvlncrt/meteorcli
- Homepage: https://github.com/noahvlncrt/meteorcli#readme
- Issues: https://github.com/noahvlncrt/meteorcli/issues
- npm.io page: https://npm.io/package/enckecli

## Dependencies (2)

- [shelljs](https://npm.io/package/shelljs.md) ^0.6.0
- [commander](https://npm.io/package/commander.md) ^2.9.0

## Recent versions

- 0.0.2 (latest) — 2016-04-09
- 0.0.1 — 2016-04-09

## README

# EnckeCLI
---
Quick and easy way to get meteor projects up and running using the Encke boilerplate. This is a simple
little command line application that adds a few things to make your life easier.

# Installation
```sh
$ npm install -g enckecli
```
Installs it as a command you can use anywhere.

### Commands

#### enckecli --create <name>
This fetches the boiler plate, installs it, and removes the uneeded files.

### Upcoming Commands

#### enckecli --init
Takes an existing meteor projects and adds the needed files.

#### enckecli new --layout <name>
Generates a new layout with appropriate boilerplate code.

#### enckecli new --template <name>
Generates a new templates with the appropriate boilerplate code.

#### enckecli new --page <name> [layout]
Generates a new page with the appropriate boilerplate code. Also creates a new route in routes.js with the specified layout.

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