Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Boilerplate #3

Merged
merged 54 commits into from
Jun 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
554e3e2
Initial commit
TimothyGu Apr 3, 2015
5f7e394
Update README
TimothyGu Apr 3, 2015
453fe4a
Remove coveralls from devDependencies
TimothyGu Apr 3, 2015
828ad46
feat(inputFormats): Add inputFormats
RobLoach Apr 6, 2015
b4f17b2
Merge pull request #3 from jstransformers/inputformats
hemanth Apr 6, 2015
3359a5a
docs(license): Switch LICENSE to markdown
RobLoach Apr 6, 2015
a5af279
Merge pull request #4 from jstransformers/license-md
TimothyGu Apr 6, 2015
bb9e002
fix(files): Add files to package.json
RobLoach Apr 6, 2015
e441053
Merge pull request #5 from jstransformers/package-files
TimothyGu Apr 6, 2015
cf4bd57
Update and rename History.md to HISTORY.md
RobLoach Apr 8, 2015
150b87b
Merge pull request #8 from jstransformers/history
ForbesLindesay Apr 8, 2015
da3d5d9
fix(files): Remove "LICENSE.md" from "files"
RobLoach Apr 8, 2015
d4d981a
Merge pull request #9 from jstransformers/remove-license
TimothyGu Apr 8, 2015
7422bf0
Add some things
RobLoach May 25, 2015
c2ceca6
Fix if statement wrapper, and add async functions
RobLoach May 25, 2015
759c792
Merge pull request #11 from jstransformers/things
hemanth May 26, 2015
bd4760b
Add links in the documentation
RobLoach May 26, 2015
a187d0b
Disable email notifications
RobLoach May 28, 2015
5e52ebf
Add Dependencies badge
RobLoach May 28, 2015
5781dfc
Merge pull request #12 from jstransformers/datlinktho
RobLoach May 28, 2015
507467c
Fix tests to trim the output
RobLoach May 28, 2015
5134186
Send notification email only on failure
RobLoach May 28, 2015
4cb1cc7
Add compileFile() test
RobLoach May 28, 2015
40c02ae
Add compileFileAsync() test
RobLoach May 28, 2015
2695ec9
Fix the copyright to reference the JSTransformers Team
RobLoach May 28, 2015
35af0d5
Merge pull request #17 from jstransformers/compileFile
RobLoach May 28, 2015
2ed2b34
Merge pull request #13 from jstransformers/email
ForbesLindesay May 29, 2015
9d81fac
Merge pull request #15 from jstransformers/trim
ForbesLindesay May 29, 2015
cf222d6
Merge pull request #18 from jstransformers/compileFileAsync
ForbesLindesay May 29, 2015
ddf5986
Update License.md to JSTransformers Team
RobLoach May 29, 2015
6c0adfa
Update dependency badge to use DavidDM
RobLoach May 29, 2015
8fadcdd
Fix to use test-jstransformer
RobLoach May 29, 2015
158cd68
Move tests up a directory
RobLoach May 29, 2015
9aadbbb
Merge pull request #22 from jstransformers/test-jstransformer
ForbesLindesay May 31, 2015
b72f5c1
Merge pull request #14 from jstransformers/dependencies
RobLoach May 31, 2015
4ee0db1
Add .editorconfig
RobLoach Jun 1, 2015
0739217
We aren't using jscover
ForbesLindesay Jun 2, 2015
dc238c8
Merge pull request #25 from jstransformers/ForbesLindesay-gitignore
RobLoach Jun 2, 2015
bf45320
Merge pull request #24 from jstransformers/editorconfig
RobLoach Jun 15, 2015
cc437af
Merge pull request #19 from jstransformers/copyright
RobLoach Jun 22, 2015
7a2d315
Move documentation to the Wiki
RobLoach May 29, 2015
112a231
Merge pull request #28 from jstransformers/wikisquashed
RobLoach Aug 13, 2015
fa074b9
Fix sort order of scripts
RobLoach Aug 13, 2015
d76158e
Merge pull request #30 from jstransformers/scripts-sort
tunnckoCore Aug 14, 2015
7cce151
Add Node.js 4.0.0 to Travis testing
RobLoach Sep 8, 2015
ec2ab26
Update node version specificity of "4"
RobLoach Sep 9, 2015
f3737c1
Merge pull request #31 from jstransformers/node4
ForbesLindesay Sep 16, 2015
3322834
Remove io.js from testing
RobLoach Sep 17, 2015
a1c782e
Merge pull request #32 from jstransformers/RobLoach-patch-1
TimothyGu Sep 17, 2015
0c90e07
Add 'engines' spec into package.json
RobLoach Oct 5, 2015
194bf4d
Merge pull request #33 from jstransformers/engines
hemanth Oct 13, 2015
537a7f3
Add NodeJS 5.0.0 to the testing list
RobLoach Oct 30, 2015
baf7091
Merge pull request #34 from jstransformers/node-5
ForbesLindesay Oct 30, 2015
62d1275
Merge branch 'master' of github.com:jstransformers/boilerplate into b…
RobLoach Jun 16, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"

after_success:
- npm run coverage
Expand Down
13 changes: 0 additions & 13 deletions CHANGELOG.md

This file was deleted.

9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## v0.2.0: 2016-06-16

- Updated Boilerplate

## v0.1.0: 2015-08-06

- Initial release
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# The MIT License (MIT)

Copyright (c) 2015 [JSTransformers Team](https://github.com/orgs/jstransformers/people)

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
46 changes: 10 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# jstransformer-megamark [![The MIT License][license-img]][license-url]
# jstransformer-megamark

<a href="http://github.com/jstransformers/jstransformer"><img src="https://cdn.rawgit.com/jstransformers/jstransformer/master/logo.svg" align="right" width="100px" height="100px" /></a>
[Megamark](https://github.com/bevacqua/megamark) support for [JSTransformers](http://github.com/jstransformers).

[megamark](https://github.com/bevacqua/megamark) support for [JSTransformers][jstransformers-url].
[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-megamark/master.svg)](https://travis-ci.org/jstransformers/jstransformer-megamark)
[![Coverage Status](https://img.shields.io/coveralls/jstransformers/jstransformer-megamark/master.svg)](https://coveralls.io/r/jstransformers/jstransformer-megamark?branch=master)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-megamark/master.svg)](http://david-dm.org/jstransformers/jstransformer-megamark)
[![NPM version](https://img.shields.io/npm/v/jstransformer-megamark.svg)](https://www.npmjs.org/package/jstransformer-megamark)

[![travis build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![dependency status][david-img]][david-url] [![npmjs.com][npmjs-img]][npmjs-url]
## Installation

npm install jstransformer-megamark

## Install
```
npm install jstransformer-megamark --save
npm test
```


## Usage
> For more use-cases see the **tests** in [test folder](./test) or see the [JSTransformer API](http://github.com/jstransformers/jstransformer#api) for more details.
## API

```js
var megamark = require('jstransformer')(require('jstransformer-megamark'));
Expand All @@ -24,28 +20,6 @@ console.log(megamark.render('_Hello_, **world**!').body);
//=> '<p><em>Hello</em>, <strong>world</strong>!</p>'
```


## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jstransformers/jstransformer-megamark/issues/new).


## License
[The MIT License][license-url]


[npmjs-url]: https://www.npmjs.com/package/jstransformer-megamark
[npmjs-img]: https://img.shields.io/npm/v/jstransformer-megamark.svg

[license-url]: ./LICENSE
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg

[travis-url]: https://travis-ci.org/jstransformers/jstransformer-megamark
[travis-img]: https://img.shields.io/travis/jstransformers/jstransformer-megamark.svg

[coveralls-url]: https://coveralls.io/r/jstransformers/jstransformer-megamark
[coveralls-img]: https://img.shields.io/coveralls/jstransformers/jstransformer-megamark.svg

[david-url]: https://david-dm.org/jstransformers/jstransformer-megamark
[david-img]: https://img.shields.io/david/jstransformers/jstransformer-megamark.svg

[jstransformers-url]: http://github.com/jstransformers
MIT
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"dependencies": {
"megamark": "^3.1.0"
},
"name": "jstransformer-megamark",
"version": "0.1.0",
"description": "megamark support for JSTransformers.",
"version": "0.2.0",
"description": "Megamark support for JSTransformers.",
"keywords": [
"it",
"jstransformer",
"markdown",
"markdown-it",
"md",
"megamark",
"tokenize",
"tokens",
"transform"
"jstransformer"
],
"files": [
"index.js"
Expand All @@ -23,10 +18,16 @@
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer"
},
"repository": "jstransformers/jstransformer-megamark",
"author": "JSTransformers Team (https://github.com/orgs/jstransformers/people)",
"license": "MIT",
"dependencies": {
"megamark": "^3.1.0"
}
"engines": {
"node": ">=0.10.36"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-foo.git"
},
"author": {
"name": "JSTransformers Team",
"url": "http://github.com/orgs/jstransformers/people"
},
"license": "MIT"
}