0.0.1 • Published 2 years ago

emit-cli v0.0.1

Weekly downloads
19
License
MIT
Repository
github
Last release
2 years ago

emit-cli

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

npm version install size npm downloads

Installation

Install and access anywhere.

npm install emit-cli -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 Unicorn.html with:

    emit html Unicorn

    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

MIT License

0.0.1

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago