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 🙏

© 2025 – Pkg Stats / Ryan Hefner

11ty-website-generator

v2.0.0

Published

A CLI tool to generate modern 11ty websites with CMS integration, multilanguage support, and automated deployment

Downloads

7

Readme

11ty Website Generator

npm version License: MIT

A powerful CLI tool to generate modern 11ty websites with Tailwind CSS, Alpine.js, and optional CMS integration.

✨ Features

  • 🚀 11ty Static Site Generator: Fast, flexible, and powerful
  • 🎨 Tailwind CSS: Utility-first CSS framework for rapid UI development
  • ⚡ Alpine.js: Lightweight JavaScript framework for interactive components
  • 📝 Decap CMS: Git-based CMS for easy content management
  • 🌍 Multi-language Support: Generate sites with content in multiple languages
  • 📱 Responsive Design: Mobile-first, responsive layouts out of the box
  • 🔧 Dynamic Content: Add blogs, portfolios, services, and more
  • 🚀 Netlify Ready: Pre-configured for easy deployment to Netlify
  • ⚙️ Automated Setup: Handles all setup and configuration automatically

📋 Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

🚀 Quick Start

Global Installation (Recommended)

npm install -g 11ty-website-generator
create-11ty-site

One-time Use (npx)

npx 11ty-website-generator

Local Development

  1. Clone the repository:

    git clone https://github.com/Max-Yterb/11ty-Website-Generator.git
    cd 11ty-Website-Generator
  2. Install dependencies:

    npm install
  3. Run the generator:

    node main.js

🎯 Usage

The generator will prompt you for:

  • Project Name: Name of your new website project
  • Project Type: Choose from Basic, Multilanguage, CMS, or Multilanguage + CMS
  • Languages: Select additional languages for multilanguage sites
  • Dynamic Resources: Add blogs, portfolios, services, properties, or products
  • Author Information: Your name and details

📁 Generated Project Structure

.
├── .eleventy.js
├── .gitignore
├── package.json
├── netlify.toml
├── tailwind.config.js
└── src/
    ├── _data/
    │   └── site.json
    ├── _includes/
    │   ├── layouts/
    │   └── partials/
    ├── admin/
    │   ├── config.yml
    │   └── index.html
    ├── assets/
    │   ├── css/
    │   └── js/
    └── (language codes)/
        ├── about.md
        ├── contact.md
        ├── index.md
        └── services.md

🛠️ Development Scripts

After generating a project, use these commands:

# Start development server
npm start

# Start with CMS proxy (for CMS projects)
npm run dev:cms

# Build for production
npm run build

# Run tests
npm test

🌍 Multilanguage Support

For multilanguage projects:

  • Content is organized in language-specific folders (/en, /es, /it)
  • Automatic language switching in navigation
  • SEO-friendly URLs for each language
  • Centralized translation management

📝 CMS Integration

Decap CMS integration includes:

  • Local Development: Proxy backend for local editing
  • Production: Git Gateway integration with Netlify
  • Content Types: Automatic configuration for your selected resources
  • Media Management: Image uploads and organization
  • Editorial Workflow: Draft, review, and publish content

🚀 Deployment

Netlify (Recommended)

  1. Push your project to GitHub
  2. Connect your repository to Netlify
  3. Build settings are pre-configured in netlify.toml
  4. Enable Netlify Identity for CMS projects

Other Platforms

The generated sites work on any static hosting platform:

  • Vercel
  • GitHub Pages
  • Cloudflare Pages
  • AWS S3 + CloudFront

🤝 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

📄 License

MIT © Massimiliano Bertinetti

🆘 Support


Made with ❤️ by Massimiliano Bertinetti