@revved/lib-create

2.2.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.2.00latest

Version History

VersionDownloads (Last 7 Days)Published
2.2.00
2.1.20
2.1.10
2.1.00
2.0.40
2.0.30
2.0.20
2.0.10
2.0.00
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.0.00

Package Sidebar

Install

npm i @revved/lib-create

Weekly Downloads

0

Version

2.2.0

License

ISC

Unpacked Size

120 kB

Total Files

12

Last publish

Collaborators

  • mfrr1118
  • addisonk