Skip to content

Modest-Human-Brands/msync

Repository files navigation

Logo

RCP Tools

npm version npm downloads License

Print your favorite framework info into cli

Usage (CLI)

Globally run print with npx:

npx @shba007/rcp-tools@latest

or

npx @shba007/rcp-tools@latest -f [framework]
Options:
-f, --framework prints the framework's logo and details

Use npx @shba007/rcp-tools print --help for more usage info.

Usage (API)

Install package:

# ✨ Auto-detect
npx nypm install @shba007/rcp-tools

# npm
npm install @shba007/rcp-tools

# yarn
yarn add @shba007/rcp-tools

# pnpm
pnpm install @shba007/rcp-tools

# bun
bun install @shba007/rcp-tools

Import:

ESM (Node.js, Bun)

import { tools } from "@shba007/rcp-tools";

CommonJS (Legacy Node.js)

const { tools } = require("@shba007/rcp-tools");

CDN (Deno, Bun and Browsers)

import { tools } from "https://esm.sh/@shba007/rcp-tools";

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license.

About

A background media service that streams and mirrors assets between MMedia and MDrive, with automated folder-based reorganization and bulk watermark/logo stamping at scale

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors