Socket
Book a DemoInstallSign in
Socket

delete-me-pleasee

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

delete-me-pleasee

A Project Template for Nest Libraries

1.0.0
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

:bulb: See CONFIGURE_TEMPLATE.md to configure this template. Then, remove the file and this advise.

Catify

Catify

Minimal library description.






Contributing · License

:books: See complete documentation

An exhaustive description of the library.

:notebook: Summary

:package: Installation

  • :cat2: Using Nest CLI:
nest add delete-me-pleasee
  • :package: Using Package Manager:
npm install --save delete-me-pleasee

:wrench: Setup

Explain your library setup.

import { Module } from '@nestjs/common';
import { CatifyModule, LibraryNameConfig } from 'delete-me-pleasee';

const CONFIG: LibraryNameConfig = {
  value: 'Awesome!'
}

@Module({
  imports: [
    ...
    CatifyModule.register(CONFIG)
  ],
  controllers: [ ... ],
  providers: [ ... ],
})
export class AppModule {}

:control_knobs: Config

ValueTypeDefaultDescription
valuestring<DEFAULT>A powerful value

:books: Usage

Explain your library usage.

CatifyService

A service with an awesome & helpul functionallity.

MethodSignatureDescription
printConfigconfig: LibraryNameConfigPrints a provided configuration

:art: Schematics

Invoke Schematics using:

nest g <schematic> [params] --collection delete-me-pleasee

demo

Prints a cute cat.

ParameterTypeDefaultDescription
catTypestringDefaultType of cat to print.

Keywords

nestjs

FAQs

Package last updated on 23 Feb 2020

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.