Skip to content

Instantly share code, notes, and snippets.

@AvocadoVenom
Last active December 10, 2019 23:14
Show Gist options
  • Select an option

  • Save AvocadoVenom/3f43ed139a8f9975ad50cedb7e7849e5 to your computer and use it in GitHub Desktop.

Select an option

Save AvocadoVenom/3f43ed139a8f9975ad50cedb7e7849e5 to your computer and use it in GitHub Desktop.
Angular schematic : create an empty folder with .gitkeep file
export function scaffoldSchematics(options: any): Rule {
return (tree: Tree, _context: SchematicContext) => {
return tree.create('path/to/folder/.gitkeep'), '');
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment