Advanced Search
Search Results
793 total results found
@push.rocks/smartparcel
A wrapper for Parcel to simplify its usage in Node.js projects.
@push.rocks/smartntml
Provides lit-html rendering capabilities for backend applications.
@push.rocks/smartopen
A library for opening URLs or files in the default application
@push.rocks/smartocr
A module that performs optical character recognition (OCR) using ocrmypdf.
readme.md for @push.rocks/smartobject
work with objects Install To install @push.rocks/smartobject, use the following npm command. It's recommended to install this package in a TypeScript project to make full use of its functionalities and type definitions. npm install @push.rocks/smartobject --sa...
readme.md for @push.rocks/smartparcel
a wrapper for parcel Install To install @push.rocks/smartparcel, you'll need to run the following command using npm (or yarn, or your preferred npm client). Make sure you have Node.js installed on your machine before doing so. npm install @push.rocks/smartparc...
readme.md for @push.rocks/smartntml
lit-html for the backend Install To install @push.rocks/smartntml, you need Node.js and npm installed on your machine. If you have them ready, open your terminal and run the following command: npm install @push.rocks/smartntml --save This will add @push.rocks...
readme.md for @push.rocks/smartopen
open things Install To start using @push.rocks/smartopen, you'll first need to install it using npm. In your terminal, navigate to your project directory and run: npm install @push.rocks/smartopen --save This command will add @push.rocks/smartopen as a depend...
readme.md for @push.rocks/smartocr
an ocr module using ocrmypdf Install To install @push.rocks/smartocr, use the following command with npm: npm install @push.rocks/smartocr --save This module depends on a few external utilities like ocrmypdf, so make sure you have these installed and availabl...
@push.rocks/smartpnpm
A library for integrating pnpm package management capabilities within your code.
@push.rocks/smartpath
A library offering smart ways to handle file and directory paths.
@push.rocks/smartpdf
A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.
@push.rocks/smartping
A utility for performing ping operations in Node.js environments.
readme.md for @push.rocks/smartpnpm
use pnpm in your code Install To add @push.rocks/smartpnpm to your project, run the following command: pnpm add @push.rocks/smartpnpm --save Ensure that you have pnpm installed globally on your system. If not, you can install it via npm with: npm install -g p...
readme.md for @push.rocks/smartpath
@push.rocks/smartpath offers smart ways to handle paths. Install To install @push.rocks/smartpath, you'll need to run the following command using npm. Ensure you have Node.js and npm installed before you start. npm install @push.rocks/smartpath --save Usage T...
readme.md for @push.rocks/smartpdf
Transform HTML, websites, and PDFs into beautiful documents and images with just a few lines of code. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central community ...
readme.md for @push.rocks/smartping
a ping utility Install To install @push.rocks/smartping, run the following command in your project directory: npm install @push.rocks/smartping --save This command adds @push.rocks/smartping to your project's dependencies and ensures you can begin utilizing i...
@push.rocks/smartrequest
A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.