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

maml

v0.8.4

Published

Static website generator taking markdown and yaml as input

Downloads

17

Readme

maml

maml is a static website generator taking markdown and yaml as input.

maml is short for "markdown yaml" and pronounced as ['mɑːmel].

Chinese name is 马猫儿.

Features

Inspired by Ruby on Rails
  • The folder structure is very similar to Ruby on Rails: assets, controllers, models, views.
  • Convention over configuration.
Simple and easy to use
  • Every page is a folder on disk, and every folder contains two files: index.md and index.yml.
  • Configurations files could inherit, thus you don't need to specify everything for each page.
  • It works out of the box.
Flexible
  • If you are a developer and you can change the things in controller and views, then you can gain infinite flexibility.
  • It could be as flexible as Ruby on Rails(without those dynamic features since it is a static website generator).

Installation

yarn global add maml

or

npm install -g maml

Documentation

mamljs.github.io/docs/

Quick start

mkdir mysite
cd mysite
maml init
maml build --watch

Commands above creates a website named mysite, and build output into mysite/dist/.

Show help

maml help
maml help init
maml help build

License

MIT

Websites built with maml

Todo

Do not use CDN, use parcel to compile