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 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-saas-starter-workspace

v0.1.14

Published

강의용 SaaS 워크스페이스(web + mobile + 에이전트 도구)를 한 번에 만드는 생성기. 생성 → 의존성 설치 → doctor 점검까지 한 흐름.

Readme

create-saas-starter-workspace

강의용 SaaS 워크스페이스를 한 번에 만드는 생성기입니다. 웹 SaaS(web/), 그 웹을 감싸는 스토어 앱(mobile/), 둘의 통신 계약(ssb/), 에이전트 도구(.claude/)가 함께 들어 있는 통합 구조를 찍어내고, 의존성 설치와 환경 점검(doctor)까지 이어서 실행합니다.

수강생은 보통 이 명령을 직접 치지 않습니다 — 강의의 설치 명령(setup) 한 줄이 도구 설치와 로그인을 끝낸 뒤 이 생성기를 호출합니다. 직접 실행할 수도 있습니다:

npx create-saas-starter-workspace@latest my-service

옵션은 --help를 참고하세요. 프로젝트명은 영문 소문자로 시작하고 소문자·숫자·하이픈만 사용합니다.

개발 (강사용)

  • 템플릿 SSOT는 template/(편집용 원본)입니다. 고친 뒤 npm run stagedist/workspace(출판용 산출물)에 동기화합니다. dist/를 직접 고치지 마세요. template/files 허용목록에 없어 출판되지 않습니다.
  • npm test가 stage를 먼저 실행하고, 작업 트리와 출판 채널(tarball) 양쪽을 검증합니다. prepublishOnly가 stage·테스트를 강제하므로 출판 시 드리프트가 끼어들 수 없습니다.
  • engines>=20.12로 둡니다 — npx로 직접 실행하는 사용자를 막지 않기 위한 하한이고, 부트스트랩 경로는 24 LTS를 설치합니다(doctor는 22 미만에 ⚠).
  • .gitignore·.npmrc는 npm pack이 strip하므로 dotless(gitignore·npmrc)로 스테이지하고 생성기가 복원합니다. 단 템플릿 루트의 것은 SSOT에서부터 dotless(template/gitignore)입니다 — 화이트리스트 방식이라 .gitignore 그대로 두면 이 레포의 git이 템플릿 소스(web/·mobile/)를 추적하지 못하기 때문입니다.

강의 수강생에게 배포되는 패키지입니다. LICENSE.