1.0.0 • Published 8 months ago
preceding v1.0.0
Preceding.js
Enough of Next.js, we're going to make JavaScript great again!
A lightweight npm package that returns a blank HTML page. No frameworks, no dependencies. Just pure JavaScript.
Installation
Install the package via npm:
npm install preceding
Or with pnpm:
pnpm add preceding
Usage
Here's how you can use the package in your JavaScript project:
const preceding = require('blank-html-package');
// Generate a blank HTML page
console.log(preceding());
You could also clone the GitHub repository and run the following command:
node example.js
Acknowledgments
The name of this package is inspired by Vercel's Next.js framework.
License
This project is licensed under the MIT License.
1.0.0
8 months ago