1.0.1 • Published 5 years ago
esizlcli v1.0.1
esizlcli
A CLI tool to create template files for all languages and frameworks.
Installation
Install and access anywhere.
npm i esizlcli -gHelp
For Help use this command
emit --helpor
emit -hUsage
To generate a simple file, use the following command.
emit <filetype> <filename>Note: This command can & will overwrite existing files.
For Example:
Generate a file
Cool.htmlwith:emit html CoolNote : default name is
IndexTo Generate a file for a framework.
emit <filetype> <filename> <framework>For Example:
Generate a file
Header.jsfor react framework with:emit js Header --rafcNote: Frameworks command is additionally designed for frameworks.
Contribution
Pull Requests are accepted.
License
ISC License