Git Product home page Git Product logo

wyg's Introduction

文淵閣 - Package management for wenyan-lang

npm GitHub Workflow Status

wyg(wenyan-get, or 文淵閣) is a package manager for wenyan-lang. Just like npm for Node.js or pip for Python.

Install

npm i -g @wenyan/wyg

Example Usage

wyg i ziyue

Chinese names are also acceptable s

wyg i 子曰

The command above will download the package 子曰 to 藏書樓/子曰 of cwd. You can think of 藏書樓 as the wenyan version of node_modules.

💡 You may want to include 藏書樓 into your .gitignore as well

Then write code and import the package as you always do

吾嘗觀「「子曰」」之書。方悟「子曰」之義。

子曰「「巧言令色,鮮矣仁!」」。

💬 Importing from 藏書樓 is only supported by Wenyan v0.2.2 or above.

Publish Your Own Packages

Please following the instruction in wyg-registry.

Use wyg in browser

You can fetch the package information by

<script src="https://unpkg.com/@wenyan/wyg"></script>
Wyg.resolve('ziyue')
  .then(({ name, entry, author, repo }) => {
    console.log(name, entry)
  })

Output:

子曰 https://raw.githubusercontent.com/antfu/ziyue-wy/master/序.wy

Direct import

You can access packages with Urls this format. It will redirect to the package repo's 序.wy file.

https://wyg.wy-lang.org/pkg/<package-name>

For example, the following two links are both acceptable.

https://wyg.wy-lang.org/pkg/ziyue
https://wyg.wy-lang.org/pkg/子曰

If you want to use packages in Browser Runtime, you can import them by:

<script src='https://unpkg.com/@wenyan/runtime'></script>

<script type="application/wenyan" src="https://wyg.wy-lang.org/pkg/ziyue"></script>

License

MIT License © 2020 Anthony Fu

wyg's People

Contributors

antfu avatar dependabot[bot] avatar lingdong- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wyg's Issues

藏書樓 is Everywhere

I noticed that wyg i xxx will create a 藏書樓 folder wherever I run the command. For example, if I run wyg i 子曰 in ~, it will be downloaded into ~/藏書樓/子曰; but if I run the same command in /, it will be downloaded into /藏書樓/子曰; then I will have 2 same packages! Is that expected? Or is it a bug?

无法安装

在我使用文渊阁安装子曰时出现了如下错误:
ERROR unable to verify the first certificate

小白求助

在導入時遇到問題,該如何將wyg下載到導入的查詢列表中,或者如何修改查詢列表呢,小白提問不勝感激
ReferenceError: Module "子曰" is not found.
可能與You may want to include 藏書樓 into your .gitignore as well這一步有關係,該如何操作呢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.