Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.2 KB

🏹 Stencil Arrow

Generate files out of your Archerfile (like this one). For more information about Archery itself head to vknabel/Archery.

Render Stencil-Templates with contents of your Archerfile.

{
	"scripts": {
        "readme": {
            "arrow": "vknabel/StencilArrow",
            "template": "README.md.stencil",
            "destination": "README.md",
        	"searchPaths": ["Scripts"]
    	}
    }
}

This will insert your metadata into your template and write its contents to README.md.

Available Options

Name Type Default
template String Required
destination String? Print to stdout
metadataName String? Globally available. Contains the Archerfile
argumentsName String? arguments contains all command line args
searchPaths [String]? ["."] search on current directory

Contributors

License

Archery is available under the MIT license.