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-moonee-app

v1.0.4

Published

boilerplate generator

Downloads

5

Readme

⚛️ create-moonee-app

npm page

why create-moonee-app

  • 편한 cra랑 cna (create-next-app) 냅두고 왜 만들었을까? 리액트로 프로젝트를 진행할 때 마다 개인적으로는 cra를 잘사용하지 않았고 매번 초기설정을 구축했다. 이유는 cra로 하면 오히려 설정 변경할 때 더 복잡하다고 느꼈기 때문이고, 내가 안쓰는 디펜던시들이 너무 많이 담겨져 있기 때문이다. 물론 cra가 필요할때는 적극적으로 사용한다. 근데 초기설정을 내가 하면 늘 기존 프로젝트에서 복붙해오고 구글링하는걸 반복하는데 이게 너무 비효율적이라고 생각했다. 그래서 나만의 아주 쁘띠한 cra ..이름하여 cma를 만들게 되었다. 총 네 개의 템플릿이 있고 원하는걸 골라서 설치해주면 된다

how to use

npm i -g create-moonee-app
npx create-moonee-app

( 패키지 다운로드 없이 npx 명령어로만 실행되도록 고치는 중...)

you can Select from..

1. React with JavaScript boilerplate

  • React
  • React-router
  • Emoton 11
  • Webpack, Babel configured
  • ESLint, Prettier and Husky hook configured

2. React with TypeScript boilerplate

  • React
  • React-router
  • TypeScript
  • Emotion 11
  • Webpack, Babel and tsconfig configured
  • ESLint, Prettier and Husky hook configured

3. Next.js with JavaScript boilerplate

  • React , Next.js
  • Emotion 11
  • Babel configured
  • ESLint, Prettier and Husky hook configured

4. Next.js with TypeScript boilerplate

  • React , Next.js
  • Emotion 11
  • TypeScript
  • Babel and tsconfig configured
  • ESLint, Prettier and Husky hook configured

I have plans to do..

  • [x] Test code for this package
  • [ ] Testing Code Setup for Templates (maybe react testing library)