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

create-epic-remark

v0.2.5

Published

CLI tool to scaffold projects using epic-remark examples

Downloads

12

Readme

create-epic-remark

create-epic-remark is a CLI tool for scaffolding examples from the epic-remark repository. It is designed to make starting a new project with epic-remark as easy as possible, so you can focus on writing content, and not on set up.

npm bundle size npm bundle size npm GitHub Workflow Status (with event) GitHub issues GitHub pull requests npm npm NPM

Features

  • Quick setup for epic-remark projects.
  • Supports various examples tailored for different setups (Next.js and Nuxt.js so far)
  • Lightweight and easy to use.

Installation

You don't need to install create-epic-remark - it's designed to be used with npx:

npx create-epic-remark

If you to prefer to install the package, you can do so with npm or yarn:

npm install -g create-epic-remark
npm exec create-epic-remark
yarn create epic-remark

Usage

When you run create-epic-remark, the CLI will offer some prompts to help walk you through selecting and scaffolding an epic-remark example.

npx create-epic-remark

However if you prefer to specify the example ahead of time, you can skip the prompts by passing the --example flag:

npx create-epic-remark --example [example-name]

Available Examples

  • next-tailwind: A Next.js setup with Tailwind CSS.
  • nuxt-tailwind: A Nuxt.js setup with Tailwind CSS.

Contributing

Contributions are welcome! Please see the contributing docs for more details.

Support

If you encounter any issues or have questions, please open an issue on the GitHub repository.

License

This project is licensed under the MIT License - see the license file for details.