Skip to content

Instantly share code, notes, and snippets.

@bautistaaa
Last active October 23, 2018 22:09
Show Gist options
  • Save bautistaaa/45d699d0b3cd79b1871d69bd5d05c7d4 to your computer and use it in GitHub Desktop.
Save bautistaaa/45d699d0b3cd79b1871d69bd5d05c7d4 to your computer and use it in GitHub Desktop.
export function mySchematic(_options: any): Rule {
return (tree: Tree, _context: SchematicContext) => {
return chain([
addDependencies(),
addVsCodeSettings()
])(tree, _context);
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment