Skip to content

anatoo/HatenaSyntax

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

HatenaSyntax

はてな記法パーサ。

Install

composerを使ってインストール。

$ mkdir foobar && cd foobar
$ echo '{"require": {"hatenasyntax/hatenasyntax": "*"}}' >  composer.json
$ composer install

オートローディングのために、"vendor/autoload.php"をincludeする。

<?php
include_once __DIR__ . '/vendor/autoload.php';

How to run tests and examples

git-cloneした後、setup.shを走らせる。

$ git clone https://github.com/anatoo/HatenaSyntax.git
$ cd HatenaSyntax
$ ./setup.sh

全てのテストを実行する。

$ php test/testall.php

例を動かす。

$ php examples/example1.php

About

はてな記法パーサ。

Resources

Stars

Watchers

Forks

Packages

No packages published