2.2.0 • Published 5 years ago

@revved/lib-create v2.2.0

Weekly downloads
16
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. There's also a command to update exisint project settings to best practice ones.

Usage

create Options:
  -t --type [type]  Project Type
  -n --name [name]  Name of the Project
  -h, --help        output usage information
update-projects Options:
  -n --names [names]  Names of the projects to update separated by commas
  -h, --help          output usage information

Examples:

npx @revved/lib-create@latest create -t node_lib -n lib-example
npx @revved/lib-create@latest create -t node_sls_api -n api-test-it
npx @revved/lib-create@latest update-projects -n revved-website,api-base

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

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.0.0

5 years ago