@revved/api-test-manuel

1.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @revved/api-test-manuel

Weekly Downloads

0

Version

1.2.0

License

ISC

Unpacked Size

68.6 kB

Total Files

11

Last publish

Collaborators

  • mfrr1118
  • addisonk