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

@revved/api-test-manuel

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revved/api-test-manuel

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)

latest
npmnpm
Version
1.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.

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

FAQs

Package last updated on 01 Aug 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