Skip to content

A quick function to take a file with a template of your own design and push the result into a new file.

Notifications You must be signed in to change notification settings

DelPyth/custom-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-template

  • What is it? A simple function to take a template file and replace the text you want with whatever you need.

  • How do I use it?

    1. Download from the releases section and extract the package to your node_packages folder of your choosing.
    2. Require the module:
     const createTemplate = require("custom-template");
    1. Call the function that is returned from the require's result with the options of your choosing.
  • How do I remove it? Just remove the folder you installed it to and you're good to go.

  • Why isn't this on NPM? Too lazy to add it and this project isn't very good to begin with, it's just a single function anyway.

About

A quick function to take a file with a template of your own design and push the result into a new file.

Resources

Stars

Watchers

Forks

Packages

No packages published