@nx-dotnet/core
Version:
- Have an existing nx workspace. For creating this, see [nrwl's documentation](https://nx.dev/latest/angular/getting-started/nx-setup). - .NET SDK is installed, and `dotnet` is available on the path. For help on this, see [Microsoft's documentation](https
9 lines • 458 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const dotnet_1 = require("@nx-dotnet/dotnet");
const generate_project_1 = require("../utils/generate-project");
function default_1(host, options, dotnetClient = new dotnet_1.DotNetClient((0, dotnet_1.dotnetFactory)())) {
return (0, generate_project_1.GenerateProject)(host, options, dotnetClient, 'library');
}
//# sourceMappingURL=generator.js.map
;