Back to home

example/

minimal

Version: 0.2.0

Last Updated: Unknown


Schematics Helper

Requires name.

Module files

1/**
2 * <%= name %> helper function.
3 *
4 * @returns {void} undefined response
5 */
6export const <%= _.camelCase(name) %> = (): void => {
7 console.log(`Ready for <%= name %>`)
8}

Install


Lift generate


Repository

https://github.com/okeeffed/pkg-lift-example

Sections