Created
March 10, 2021 18:26
-
-
Save mayank/af27389829bad37b14a82ddb88857ca2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var rustyMould = require('rusty-mould'); | |
const options = { | |
folder: "templates/" | |
}; | |
// loading the templates at start of application | |
await rustyMould('my-app-name', options); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment