New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@revved/lib-create

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revved/lib-create

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

latest
npmnpm
Version
2.2.0
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 25 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts