retup

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

README

retup

A tool that allows creating a distribution directory more flexible way for the mono repos

Usage

Just run retup in the target directory contains retup.yaml file.

More info :

Usage of retup:
      --config string   config file (default "./retup.yaml")
      --output string   output directory (default "dist")
      --version         Prints version info

Configuration File

artifacts:
  - name: public    // name of the artifact
    context: .      // context path of the artifact(by default it's ".").
    dependencies:   // dependencies of the artifact
      paths:        // paths should be set to the file dependencies for this artifact.
        - 'foo/build'
        - 'foo/bar.json'
      ignore:       // ignore specifies the paths that should be ignored. 
                    // If a file exists in both `paths` and in `ignore`, it will be ignored
                    // will only work in conjunction with `paths`
        - 'foo/build/**/*.html'
        - 'foo/build/ignore-this-dir'

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