1.0.1 • Published 3 years ago

esizlcli v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

esizlcli

A CLI tool to create template files for all languages and frameworks.

npm version install size npm downloads

Installation

Install and access anywhere.

npm i esizlcli -g

Help

For Help use this command

emit --help

or

emit -h

Usage

  • 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.html with:

    emit html Cool

    Note : 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 --rafc

    Note: Frameworks command is additionally designed for frameworks.

Contribution

  • Pull Requests are accepted.

    License

    ISC License

1.0.1

3 years ago

1.0.0

3 years ago