npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2024 – Pkg Stats / Ryan Hefner

boowa

v1.2.3

Published

β˜οΈβ˜οΈπŸš‚β˜οΈβ˜οΈ colorful blog generator

Downloads

7

Readme

Table of Contents

Themes

Let's see some boowa blogs first, will add more themes later:

Features

  • colorful: provide kinds of styles to take your fancy
  • simple: few tips to play your blog
  • support offline: keep reading even if there's no wifi
  • very modern: works very well with async functions (node 7.6+)
  • fast as lightning: it takes almost no time to generate a blog!

Quick Start

  1. Install boowa globally
npm install boowa -g
  1. Make a directory to generate your blog
mkdir myBlog && cd myBlog
boowa
  1. Select one style from the inquiring list

  2. Start a development server

npm run start

Why my name is boowa

boowa is built with:

  • bankai - πŸš‰ - friendly web compiler
  • choo - πŸš‚ 4kb framework for creating sturdy frontend applications
  • awoo - πŸ”Έ declarative small site generator

so, boowa

API

boowa

Generate a new blog app in a empty directory

app structure

Actually a choo app yeah~, but you only need to handle markdown files and _config.json

boowa create

Run this command to generate a new markdown file contains the necessary structure, and it will build the html file automatically:

⚠️ Put content in markdown-body:

_config.json

This file contains metadatas like name, email etc.

boowa build

After edit _config.json or modify markdown files, run this command to generate new templates.

npm run start

Start a development server

npm run build

Compile all files to dist/

boowa serve <port | 8080>

Boowa has a simple built-in server , after npm run build && cd dist, run this command to serve the production code.

update the newest code

After install the newest boowa, run boowa in the boowa-existed directory, this update would not rewrite the markdown files and _config.json.

support offline locally

Service-worker works under https in production mode, so if you want to test the offline function locally, for chrome, run this command first:

/Applications/Google\ Chrome.app/Conts/MacOS/Google\ Chrome --user-data-dir=/tmp/foo --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=http://localhost:port

You will see ServiceWorker registration successful with scope: http://localhost:port/ in the developer tool, if service-worker register successfully.

License

MIT