New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fabrique

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabrique

CLI to build a library

  • 0.2.0-beta-1
  • beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
0
Weekly downloads
 
Created
Source

npm (scoped) npm NPM npm type definitions

Fabrique

Fabrique is a cli to create and build libraries, letting the user focus on the functionalities of its library, instead of the build process.

With Fabrique you'll be able to:

  • create rapidly a library with all the tools and scripts to:
    • build and publish your library
    • write tests for it
    • format your code
    • and debug it
  • upgrade any Fabrique project to get the last functionalities in one command line.

Fabrique is not intended to provide ci scripts and pipelines to automate the processes. Instead, it gives a uniform and simple entry point for everyone, to publish rapidly our own libraries, on which we may add automation, scripts, and complexity.

Motivation

When we develop javascript/typescript libraries, we frequently create new repositories, and maintains the scripts to build, test, and debug them. This tends to become rapidly cumbersome, especially when their number grows. We may choose to opt in for a monorepo, and I'll tell you: yes, in many cases, this is the optimal solution. However, in many other cases, one library per-repo makes sense, and this is where Fabrique comes in.

Another goal is to focus on simplicity: for new incomers in javascript, learning all the tools and build processes is complicated. You want to write your library, but you have to learn vite, jest, how to build and publish a lib, install prettier, etc. With Fabrique all comes in pre-configured.

📦 Installation

yarn add fabrique

FAQs

Package last updated on 10 Nov 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc