Skip to content

Instantly share code, notes, and snippets.

@mayank
Created March 10, 2021 18:26
Show Gist options
  • Save mayank/af27389829bad37b14a82ddb88857ca2 to your computer and use it in GitHub Desktop.
Save mayank/af27389829bad37b14a82ddb88857ca2 to your computer and use it in GitHub Desktop.
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