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

zigzi

v1.0.11

Published

ZIGZI는 사내에서 Markdown으로 작성한 문서에 미리 디자인된 템플릿을 적용하여 규격화된 문서를 간편하고 빠르게 생성할 수 있는 도구입니다. 용도에 따라 프레젠테이션용 문서인 `zb_ppt`, 워드 문서인 `zb_doc`, 그리고 여러 공공기관에 필요한 공문 `zb_official`의 템플릿을 선택할 수 있습니다.

Downloads

13

Readme

ZIGZI (直指)

ZIGZI는 사내에서 Markdown으로 작성한 문서에 미리 디자인된 템플릿을 적용하여 규격화된 문서를 간편하고 빠르게 생성할 수 있는 도구입니다. 용도에 따라 프레젠테이션용 문서인 zb_ppt, 워드 문서인 zb_doc, 그리고 여러 공공기관에 필요한 공문 zb_official의 템플릿을 선택할 수 있습니다.

|zb_doc|zb_ppt|zb_official| |:-:|:-:|:-:| |ZB_DOC|ZB_PPT|ZB_OFFICIAL

Usage

npx

npx zigzi <target file.md> --template=zb_doc

Supported Options

ZIGZI는 다음 두 가지의 옵션을 재공합니다.

  • --template - 문서의 템플릿 지정합니다. (default: zb_doc)
    • zb_ppt - PPT 문서 (예: 기획 시나리오 작성, PT 용)
    • zb_doc - DOC 문서 (예: 기술 문서 작성)
    • zb_official - 공문서
  • --output - 생성할 문서의 포맷 (pdf, html)을 지정합니다. (default: pdf)

metadata

zb_official은 markdown 문서 상단에 메타데이터를 추가하여 header와 footer를 구성 할 수 있습니다.

---
주소: 서울특별시 강남구 역삼로 17길 64, 4층(역삼동, 제스빌딩)
전화번호: 02-568-4909
footer: [주식회사 직방, 대표이사 안성우]
---

VSCode에서 Preview 보기

아래의 VS Code Extension을 설치하면, 현재 작성중인 MD 파일에 CSS가 적용된 Preview 화면을 볼 수가 있습니다.

  1. VS Code의 Extension 탭에서 Marp for VS Code 검색하여 설치합니다.
  2. VS Code에서 CMD + ,를 눌러서 marp를 검색하여 아래의 옵션을 찾습니다.
  3. Markdown > Marp: Themes 옵션에 아래 css 링크들을 추가하면, VS Code Editor에서 Preview를 볼 수 있습니다.
  • https://zigbang.github.io/zigzi/asset/ppt.css
  • https://zigbang.github.io/zigzi/asset/ppt-large.css
  • https://zigbang.github.io/zigzi/asset/doc.css
  • https://zigbang.github.io/zigzi/asset/official.css

|Preview 클릭|Preview 화면| |:-:|:-:| |Preview 클릭|Preview 화면