0.0.10 • Published 6 years ago

activist-apprentice v0.0.10

Weekly downloads
6
License
UNLICENSED
Repository
github
Last release
6 years ago

Travis npm GitHub license

Activist Apprentice Content as Code CLI tool

Activist Apprentice is...

Command line tool to manage content workflows for the Apprentice project. It uses the content as code framework.

Features

A quick walk through...

IMAGE ALT TEXT HERE

Install

Prerequisites:

  • node v6 minimum, v8.9 LTS recommended

    • MacOS note that installation via brew is not yet supported.
  • npm v5.6.0

    • npm i -g npm
  • docsmith v0.7.9:

    • npm i -g docsmith@beta
  • pandoc 1.19

    • brew install pandoc
    • apt-get install pandoc

Prerequisites for APK build

The following are only required if you wish to use the apprentice build mobile command which will generate an APK for your project.

Apprentice Command

You can now install the CLI with:

npm i -g activist-apprentice

Usage

mkdir workspace
cd workspace
apprentice init

This will prompt you with a few questions about configuration. The defaults should work in the majority of cases.

apprentice start

This will start the preview server and watch your local files for changes. You can open your browser at http://localhost:8081 to browse the preview.

Editor

The recommended text editor is Atom https://atom.io together with the following packages:

Structure

This template is organised as follow.

The markdown files respect the following guidelines:

  • Use frontmatter only in special cases.
  • Titles are automatically taken from

Links

0.0.10

6 years ago

0.0.8

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago