Giter Site home page Giter Site logo

ksxgithub / simple-js-yaml-port-for-deno Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 53 KB

This is a simple and crude port of JS-YAML for Deno.

Home Page: https://deno.land/x/js_yaml_port

License: MIT License

JavaScript 45.22% TypeScript 41.14% Makefile 13.64%
deno yaml typescript javascript library port js-yaml

simple-js-yaml-port-for-deno's Introduction

Simple JS-YAML port for Deno

This is a simple and crude port of JS-YAML for Deno.

Usage

Just import js-yaml.js file. For example:

import { load } from 'https://deno.land/x/js_yaml_port/js-yaml.js'
console.log(load('hello: world')) // => prints { hello: "world" }

API References

Just use JS-YAML repo for references.

Development

Required tools

  • node to run package manager.
  • pnpm to install npm packages.
  • deno to build and test.
  • cp.
  • make.

Build and Test

Build

make js-yaml.js

Test

make test

License

MIT © Hoàng Văn Khải

simple-js-yaml-port-for-deno's People

Contributors

ksxgithub avatar renovate-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

simple-js-yaml-port-for-deno's Issues

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.