1.2.0 • Published 5 years ago

@revved/api-test-manuel v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

lib-create

lib-create is a tool for creating new projects from prebuilt samples and installing all necessary base configurations.

Usage

Options:
  -t --type [type]  Project Type
  -n --name [name]  Name of the Project
  -h, --help        output usage information

Examples:

npx @revved/lib-create@latest -t node_lib -n lib-example

or

npx @revved/lib-create@latest -t node_sls_api -n api-test-it

Creates the project in a new folder for the project in the current directory where the package is ran.

Example:

$ cd Dev
$ Dev npx @revved/lib-create@latest -t node_sls_api -n api-test-it
$ Dev ls // output -> api-test-it

Project Types

node_sls_api

Serverless API Naming must follow the convention "api-."

The sample comes from api-sample

node_lib

Node Library Naming must follow the convention "lib-".

The sample comes from lib-sample