csproj-sync
v0.1.1
Published
Updates .csproj file
Downloads
2
Readme
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.