emit-cli
v0.0.1
Published
A CLI tool to create template files for all languages and frameworks.
Readme
emit-cli
A CLI tool to create template files for all languages and frameworks.
Installation
Install and access anywhere.
npm install emit-cli -gHelp
For Help use this command
emit --help [or] 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 Unicorn.html with:
emit html UnicornNote : default name is
Index
To Generate a file for a framework.
emit [filetype]... [filename]... [framework]... - For Example:
Generate a file Header.js for react framework with:
emit js Header --rafcNote: Frameworks command is additionally designed for frameworks.
Contribution
- Pull Requests are accepted.
License
MIT License
