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

edu-lang

v0.3.1

Published

mete-languages parsers for educational sharing

Downloads

4

Readme

教育元語言 edu-lang

一種專門為了教育方式或學習方法分享而設計的Markdown之子語言。例如:「步驟」(一種固定格式的小階梯說明文) meta languages for edu( a set of sublanguage of Markdown ), e.x. step

新手上路

  1. 請先看簡報頁
  2. 請先看共筆區(Wiki)的首頁
  3. 錯誤回報與功能請求,請上議題區(issues)
  4. 若您還沒有Gtihub帳號,請申請一個
  5. 若您還不會Markdown,沒有關係,它很簡單,至少比html簡單。請看此頁Markdown文法說明,或是此Markdown範本集謝謝。
  6. 喜歡本專案的話,請記得幫忙訂閱(右上角的watch)和打星(右上角的star)集氣喔,謝謝!

開發環境

  1. Node.js
  2. Mocha
  3. google slide
  4. 足夠的血糖和熱情❤️‍🔥

  1. 收集並開發一些在教育領域常用的函式以及剖析器等等,從簡單的countAge到複雜的countStep, countTable, countTree, countClimbingStones等等
  2. 為開源共學島提供基礎建設
  3. 目標是打包到npm 想讓想用的專案都可以用

緣起(Idea)

一般來說,從入門到進階都會有一個小階梯,這稱為小階梯教學法。

如何把這個階梯表達出來,讓人很容易地可以編輯、很容易地看懂,這就是工程師要做的事情。 因為要表達小階梯,用演講、短文、YouTube這些方法都不是很有效率的。

有鑒於之前的https://beta.hackfoldr.org/ 對一般使用者還是太困難。 在他最後嘗試表達階梯的Goban,介面和表述的方式仍然太複雜,且一般人沒有動機網上分享東西。

看起來一個更簡單的語言表達方式是必要的。 他應該屬於Markdown的子類。

應用(Application)

測試和發佈

測試

mocha test

發佈

  1. 先增加packge.json裡的版本號 npm publish