0.4.2 • Published 5 years ago

safetag v0.4.2

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
5 years ago

Travis npm GitHub license

SAFETAG Content as Code CLI tool

SAFETAG is a curricula, a methodology, and a framework for security auditors working with advocacy groups.

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

Features

A quick walk through how the toolkit works and its basic features.

IMAGE ALT TEXT HERE

This toolkit currently enables users to:

  • Deploy and navigate a local version of the SAFETAG content
  • Customise SAFETAG content locally and preview changes including
    • Modifying the taxonomy
    • Modifying activities

The following videos present the safetag toolkit, demonstrate its use and goes through various key tasks in a how to format. You can consult the videos:

Install

Prerequisites:

  • node v6
  • npm v5.3.0
    • npm i -g npm
  • docsmith v0.5.3:
    • npm i -g docsmith
  • pandoc 1.19
    • brew intsall pandoc
    • apt-get intsall pandoc

You can now install safetag with:

npm i -g safetag

In order to open local urls with Atom by clicking the edit link in previews you need a handler for the atm:// local url scheme:

Usage

mkdir workspace
cd workspace
safetag init

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

safetag 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 toolkit.

Links

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.1

6 years ago

0.2.6

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago