mirror of
https://gitlab.com/nightlycommit/twing.git
synced 2025-01-18 08:46:50 +02:00
Merge branch 'urls' into '6.x'
Update URLs to documentation and issue tracker See merge request nightlycommit/twing!592
This commit is contained in:
commit
d4ef823249
@ -1,4 +1,5 @@
|
||||
# Twing
|
||||
[![NPM version][npm-image]][npm-url] [![Build Status][build-image]][build-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Donate][donate-image]][donate-url]
|
||||
|
||||
First-class TypeScript and JavaScript Twig compiler
|
||||
|
||||
@ -72,5 +73,11 @@ test/tests/integration/comparison$ ts-node . | tap-nyan
|
||||
|
||||
Copyright © 2018-2023 [Eric MORAND](https://github.com/ericmorand). Released under the [2-Clause BSD License](https://github.com/ericmorand/twing/blob/master/LICENSE).
|
||||
|
||||
[npm-image]: https://badge.fury.io/js/twing.svg
|
||||
[npm-url]: https://npmjs.org/package/twing
|
||||
[build-image]: https://gitlab.com/nightlycommit/twing/badges/main/pipeline.svg
|
||||
[build-url]: https://gitlab.com/nightlycommit/twing/-/pipelines
|
||||
[coveralls-image]: https://coveralls.io/repos/gitlab/nightlycommit/twing/badge.svg
|
||||
[coveralls-url]: https://coveralls.io/gitlab/nightlycommit/twing
|
||||
[donate-image]: https://img.shields.io/badge/Donate-PayPal-green.svg
|
||||
[donate-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7YZU3L2JL2KJA
|
@ -11,12 +11,13 @@
|
||||
"typescript"
|
||||
],
|
||||
"version": "0.0.0",
|
||||
"homepage": "https://twing-documentation-nightlycommit-4e8a287643e3fabd28bca6a83bd76.gitlab.io/",
|
||||
"homepage": "https://twing.nightlycommit.com",
|
||||
"license": "BSD-2-Clause",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/nightlycommit/twing"
|
||||
},
|
||||
"bugs": "https://gitlab.com/nightlycommit/twing/-/issues",
|
||||
"main": "dist/cjs/lib.js",
|
||||
"types": "dist/types/lib.d.ts",
|
||||
"jsdelivr": "dist/lib.min.js",
|
||||
|
@ -17,7 +17,7 @@ npm install twing --save
|
||||
|
||||
## Documentation
|
||||
|
||||
See [the Twing website](https://twing-documentation-nightlycommit-4e8a287643e3fabd28bca6a83bd76.gitlab.io/) for documentation.
|
||||
See [the Twing website](https://twing.nightlycommit.com) for documentation.
|
||||
|
||||
## Basic API Usage
|
||||
|
||||
@ -56,7 +56,7 @@ Copyright © 2018 [Eric MORAND](https://github.com/ericmorand). Released under t
|
||||
[npm-url]: https://npmjs.org/package/twing
|
||||
[build-image]: https://gitlab.com/nightlycommit/twing/badges/main/pipeline.svg
|
||||
[build-url]: https://gitlab.com/nightlycommit/twing/-/pipelines
|
||||
[coveralls-image]: https://coveralls.io/repos/github/NightlyCommit/twing/badge.svg
|
||||
[coveralls-url]: https://coveralls.io/github/NightlyCommit/twing
|
||||
[coveralls-image]: https://coveralls.io/repos/gitlab/nightlycommit/twing/badge.svg
|
||||
[coveralls-url]: https://coveralls.io/gitlab/nightlycommit/twing
|
||||
[donate-image]: https://img.shields.io/badge/Donate-PayPal-green.svg
|
||||
[donate-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7YZU3L2JL2KJA
|
||||
|
Loading…
Reference in New Issue
Block a user