-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
feac3ca
commit 089b3a2
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,11 @@ With Omni, you can focus more on building the core features of your application | |
|
||
|
||
<!-- toc --> | ||
- [Omni-clied 2.0](#omni-clied-20) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Commands](#commands) | ||
- [`omni-clied help [COMMANDS]`](#omni-clied-help-commands) | ||
- [`omni-clied node-server create DIR`](#omni-clied-node-server-create-dir) | ||
- [Note:](#note) | ||
* [Omni-clied 2.0](#omni-clied-20) | ||
* [Installation](#installation) | ||
* [Usage](#usage) | ||
* [Commands](#commands) | ||
* [Note:](#note) | ||
<!-- tocstop --> | ||
|
||
# Installation | ||
|
@@ -130,4 +128,4 @@ EXAMPLES | |
|
||
Currently, omni-clied only supports `node-server` but support for more applications will be released soon. | ||
|
||
If you have an idea you would like us to add or you found a bug, please add them on the [issues](https://github.com/DugarRishab/omni-clied/issues) page of our Github. You can also write to me directly on this [email](mailto:[email protected]) | ||
If you have an idea you would like us to add or you found a bug, please add them on the [issues](https://github.com/DugarRishab/omni-clied/issues) page of our Github. You can also write to me directly on this [email](mailto:[email protected]) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "omni-clied", | ||
"description": "Omni-CLIed is a powerful command-line interface (CLI) framework designed to streamline the process of creating fully functional Node.js servers and React.js applications.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Rishab Dugar <[email protected]>([email protected])", | ||
"bin": { | ||
"omni-clied": "./bin/run.js" | ||
|