UNPKG

@atomist/sdm-pack-node

Version:

Extension pack for an Atomist SDM to work with Node.js projects

9 lines 364 B
import { ExtensionPack } from "@atomist/sdm"; /** * This shows how to add a Node generator to your SDM. * We recommend that you add your own, with a startingPoint of your choice. * @param {SoftwareDeliveryMachine} sdm * @param options config options */ export declare const SampleNodeGenerator: ExtensionPack; //# sourceMappingURL=SampleNodeGenerator.d.ts.map