1.0.3 • Published 4 years ago

edapi v1.0.3

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

CLI Edapi :computer:

CLI for generate node base API or node auth API, respectively stored in edmarjunior/base-api and edmarjunior/auth-api

Installation

 $ npm i -g edapi

Utilization

Run the commands below (in Git Bash) to create a new project (a folder will be created in the directory that will execute the command)

To create an base API (without the authentication module) execute the command below.

 $ edapi create {apiName}

Arguments

  • '-a' or '--auth'. To create an auth-api (with the authentication module), just execute the same command above only by passing the argument '-a' or '--auth', according to any of the commands below:
     $ edapi create {apiName} -a
     $ edapi create {apiName} --auth
  • '-c' or '--code'. The '-c' or '--code' arguments can also be passed (according to commands below), with this the project will be created and already opened with Visual Studio Code
     $ edapi create {nome_da_api} -c
     $ edapi create {nome_da_api} -a --code
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago