0.1.1 • Published 7 years ago

csproj-sync v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

csproj-sync

    npm install -g csproj-sync
    csproj-sync

config (csproj-sync.json)

{
    "csproj": "My.Web.csproj",
    "globs": [
        "Features/**/*.js",
        "Features/**/*.ts",
        "Features/**/*.html",
        "Features/**/*.json"
    ]
}

csproj

Name of the csproj file.

globs

An array of globs. These globs are used to find files in filesystem and in .csproj.

0.1.1

7 years ago

0.1.0

7 years ago