mx-template-generator
NPM package that you can use to create your own template files
how to install
npm i mx-template-generator -global
#how to setup
- create config file
- it is supposed to be an array containing an element with a
templateName
andtemplateFile
templateName
– will be the name of the generated file- you need to include the ${folderName} this will be the destination of the folder created
templateFile
– this is the template that the file will be copied from
- set the destination path of config
#how to use
- open terminal or cmd
- locate the directory where you want to create your files
- example:
cd /Volumes/Passport/projects/sample-redux-toolkit/sampleApp/src/feature
- write
mx-template-generator --name="ADD YOUR FILENAME HERE"
- npm package will automatically create the files from the
config.js
provided - the name of the folder will have the first letter in lowercase
- example: –name=”SampleFolder” foldername will be “sampleFolder”
Others
feel free to message me here on https://github.com/moribaleta/ if there are any other concerns create an issue ticket
Commands
to execute command
mx-template-generate
– used to execute the file creation
--name
– used to define the name, folder and class name
--template
– used to specify the template to use
--force
– used to override file creation