@revved/api-test-manuel
v1.2.0
Published
lib-create is a tool for creating new projects from prebuilt samples and installing all necessary [base configurations.](https://gitlab.com/revved/lib-dev-configs)
Downloads
2
Readme
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