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

@libria/scaffold-plugin-ts-lib

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libria/scaffold-plugin-ts-lib

Typescript library template for @libria/scaffold

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
10
150%
Maintainers
1
Weekly downloads
 
Created
Source

@libria/scaffold-plugin-ts-lib

TypeScript library template for @libria/scaffold.

This plugin scaffolds new TypeScript library projects with a pre-configured build setup, testing, linting, and publishing workflow.

Installation

npm install @libria/scaffold-plugin-ts-lib

Usage

# Interactive — prompts for all options
lb-scaffold new ts-lib my-lib

# Non-interactive
lb-scaffold new ts-lib my-lib --author "John Doe" --license MIT

What You Get

A ready-to-use TypeScript library project with:

  • TypeScript configuration (strict mode)
  • Build setup with dual CJS/ESM output
  • Vitest for testing
  • ESLint + Prettier for code quality
  • Package.json with proper exports map

License

MIT

Keywords

typescript

FAQs

Package last updated on 17 Feb 2026

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