New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lnfc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lnfc - npm Package Compare versions

Comparing version

to
1.1.1

2

package.json
{
"name": "lnfc",
"version": "1.1.0",
"version": "1.1.1",
"description": "Lal's Nodejs File structure Creator or LNFC",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,41 @@

# lnfc
A nodejs file creator containing routes, controllers, service and model with mongoose and express
# LNFC
Lnfc is a helpful nodejs file creator development depandency for node-express-mongoose stack.
With LNFC you could generate:
- Models
- Services
- Controllers
- Routes
- Middlewares
**With pre-generated CRUD operations enabled**
### Installation
LNFC requires [Node.js](https://nodejs.org/) to run.
Install LNFC as a devDependency, in your project folder
```sh
$ npm install lnfc --save-dev
```
### Options
Make use of the options below along with a name to generate the corresponding file name of the service you want
| Option | Description |
| ------------ | ---------------------------------------------------------------- |
| **m** | Creates a model |
| **c** | Creates a controller |
| **r** **-m** | Creates a router (-m enables a middleware option on your routes) |
| **s** | Creates a service |
| **w** | Creates a middleware |
| **a** | Creates a complete flow of all the options above |
## License
MIT
**Free Software, Hell Yeah!**