template

command
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

README

A Template for Your Own Test Scenario

Try Filesystem Inspector

On Terminal 1,

$ nmz init --force config.toml materials /tmp/template
$ NMZ_DEBUG=1 nmz run /tmp/template

On Terminal 2,

$ NMZ_DEBUG=1 ~/bin/nmz inspectors fs -original-dir ~/tmp -mount-point ~/mnt

On Terminal 3,

$ cat ~/mnt/foobar

Write Your Own Explorepolicy

$ emacs mypolicy.go
$ go build -o mypolicy mypolicy.go

mypolicy provides CLI, same as nmz.

$ ./mypolicy init --force config_mypolicy.go materials /tmp/mypolicy
$ ./mypolicy run /tmp/mypolicy

...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL