Skip to content

Instantly share code, notes, and snippets.

@AvocadoVenom
Last active December 12, 2019 22:00
Show Gist options
  • Select an option

  • Save AvocadoVenom/5f3d4f812125a12604ff68ab4480d879 to your computer and use it in GitHub Desktop.

Select an option

Save AvocadoVenom/5f3d4f812125a12604ff68ab4480d879 to your computer and use it in GitHub Desktop.
Angular schematic : store folder
function createStoreFolder(options: ModuleOptions): Rule {
return (tree: Tree, _: SchematicContext) => {
tree.create(normalize(`${options.name}/data/store/.gitkeep`), '');
return tree;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment