Skip to content

Ngenly CLI: Streamlining API Development Like Never Before!

Posted on:June 18, 2023 at 07:56 AM

Developing CRUD APIs can be a time-consuming and repetitive task for Node.js developers. Manually writing boilerplate code, configuring routes, and handling common security concerns can slow down the development process and hinder productivity. There is a need for a tool that simplifies API development, automates repetitive tasks, and promotes efficiency without compromising flexibility and security.

As the creator of Ngenly CLI, I am thrilled to present this game-changing tool that will revolutionize your API development process. Ngenly CLI is born out of my own experience as a Node.js developer, seeking a way to simplify and accelerate the creation of CRUD APIs.

With Ngenly CLI, I aimed to eliminate the mundane and repetitive aspects of API development. I wanted to provide developers with an intuitive and efficient solution that would free up their time and energy to focus on building unique features and delivering exceptional user experiences.

Ngenly CLI

https://nodei.co/npm/ngenly.png?downloads=true&downloadRank=true&stars=true

A node project boilerplate generator

Installation

Install the package globally using yarn or npm

npm install -g ngenly

Usage

Commands

CommandDescription
ngenly newGenerates a new project
ngenly upgradeInstalls the latest version of ngenly globally
ngenly [-g / generate]Starts generating project or crud using menu
ngenly -vReturns cli version
ngenly --versionReturns cli version
ngenly -g [crud] [library] [name]Generates crud files (Model, Controller, Router)
ngenly --guiOpens the browser for ngenly GUI

Create a new project

ngenly new

Ngenly Create Project

ngenly -g project expressjs School-Management-API

Generate CRUD files

Usage: ngenly -g crud [expressjs | expressts | fastifyjs | fastifyts] [model_name]

ngenly -g crud expressjs user

Generate CRUD

Ngenly GUI

Ngenly GUI is a new feature introduced in version 3.0.0 of the Ngenly CLI tool. It provides a graphical user interface (GUI) for easier interaction with Ngenly and its functionalities.

As of now, the Ngenly GUI primarily includes the “Create Project” feature, allowing users to generate a new project with a few simple steps through the graphical interface. However, please note that additional features, such as creating models, routes, and controllers are planned to be added in future updates. These enhancements will further empower developers to efficiently generate and manage their projects using the Ngenly CLI tool.

Stay tuned for updates as more features are incorporated into the Ngenly GUI to enhance your development experience.

ngenly --gui

Note: Creating a new project with Ngenly requires an internet connection as it involves cloning a boilerplate from a hosted git repository. However, generating CRUD files (Model, Route, Controller) can be done offline without the need for an internet connection.