1.0.3 • Published 2 years ago

nodejs-studio v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

https://nodei.co/npm/nodejs-studio.png?downloads=true&downloadRank=true&stars=true

Add more files to your project by one instruction

nodejs-studio

Dependency

The first step is using npm to install the package and automatically update your package.json file, you can do this by running:

npm install nodejs-studio
  • Creat bin folder in root directoty

Screenshot

  • Inside bin folder create create-classes file

Screenshot

  • Copy this to create-classes :
    #!/usr/bin/env node

require = require("esm")(module /, options/ ); require("nodejs-studio").create(process.argv);

* add this to package.json

"bin": { "create": "bin/create-classes" }, "keyword": "create"


## Features
* Create a package folder easily and quickly which contains :
  - Controllers
  - UseCases
  - Entities
  - Repositories 
* Possibility to create a custom file type
 

## Usage
* To creat package folder type this in cmd:

create --type package --name

or

create -t package -n


* To creat controller type this in cmd:

create --type controller --name --path

or

create -t c -n -p

* To see all command type this in cmd:

create --type help

## Security
If you discover any security related issues, please email them first to "your email", if we do not fix it within a short period of time please open a new issue describing your problem.
## Credits
- mt880806@gmail.com
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago