Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
PDFSplit is a modern, client-side PDF splitting tool built with vanilla JavaScript and modern web standards. It provides a complete solution for splitting PDF files with multiple modes, drag-and-drop upload, real-time preview, and batch download functionality.
npm install # Install all dependencies
npm run dev # Start development server (localhost:3000) npm run preview # Preview built application (localhost:3001)
npm run build # Build for production (builds both CSS and JS) npm run build:css # Build CSS only (with PostCSS processing) npm run build:js # Build JavaScript only (with ESBuild)
npm run lint # Run ESLint on JavaScript files npm run format # Format code with Prettier
src/js/main.js)src/js/modules/fileHandler.js)src/js/modules/pdfProcessor.js)src/js/modules/uiController.js)src/js/modules/downloadManager.js)The application is optimized for Netlify deployment with:
netlify.toml: Build settings, headers, redirects_redirects: SPA routing and cache headers