New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mohirlab/pressly-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mohirlab/pressly-cli

CLI for Pressly - a modern, beautiful, blog-focused static site generator

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

{{projectName}}

A blog powered by Pressly - a modern, beautiful, blog-focused static site generator.

Getting Started

# Install dependencies
bun install

# Start development server
bun run dev

# Build for production
bun run build

# Preview production build
bun run preview

Project Structure

{{projectName}}/
├── content/
│   ├── posts/     # Blog posts
│   └── pages/     # Static pages
├── public/        # Static assets
├── pressly.config.ts
└── package.json

Writing Posts

Create a new markdown file in content/posts/:

---
title: My First Post
date: 2024-01-01
tags: [hello, world]
---

Your content here...

Documentation

Visit the Pressly documentation for more information.

Keywords

pressly

FAQs

Package last updated on 21 Dec 2025

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