Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r37r0m0d3l committed Jul 1, 2020
1 parent b0db37f commit 8ba346b
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ko_fi: r37r0m0d3l
open_collective: r37r0m0d3l
Binary file added .github/assets/banner.webp
Binary file not shown.
48 changes: 48 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
###########################
###########################
## Linter GitHub Actions ##
###########################
###########################
name: Lint Code Base

#
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#

#############################
# Start the job on all push #
#############################
on:
push:
branches-ignore:
- 'master'

###############
# Set the Job #
###############
jobs:
build:
# Name the Job
name: Lint Code Base
# Set the agent to run on
runs-on: ubuntu-latest

##################
# Load all steps #
##################
steps:
##########################
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2

################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_JAVASCRIPT_ES: true
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
![Vicis](docs/_media/128.png?raw=true "Vicis")
![Vicis](.github/assets/banner.webp?raw=true "Vicis")

# Vicis Transform Date
# « Vicis Transform Date »

Vicis transformation plugin for date and time.

[📃 Vicis Documentation 📃](https://vicis.js.org)
•• [Vicis Documentation](https://vicis.js.org) •• [JavaScript Repository](https://github.com/r37r0m0d3l/vicis) •• [Deno Repository](https://github.com/r37r0m0d3l/deno-vicis) ••

[![Buy Me A Coffee][buymeacoffee-img]][buymeacoffee-url]
![Tests](https://github.com/r37r0m0d3l/denof/workflows/Tests/badge.svg)

[![npm](https://badgen.net/npm/v/@vicis/transform-date?&icon=npm&label=npm&color=DD3636)](https://www.npmjs.com/package/@vicis/transform-date)
[![downloads](https://badgen.net/npm/dt/@vicis/transform-date?&icon=terminal&label=downloads&color=009688)](https://www.npmjs.com/package/@vicis/transform-date)
Expand All @@ -15,7 +18,7 @@ Vicis transformation plugin for date and time.

---

## Usage
## 💬 Usage

Require CommonJS.

Expand All @@ -34,11 +37,11 @@ import { VicisTransformDate } from "@vicis/transform-date";
Export separately as functions.

```javascript
const {
import {
VicisTransformDate,
toDateTime, toFormat, toHourMinSec, toISO,
toISO8601, toRFC2822, toUnix, toYearMonthDay,
} = require("@vicis/transform-date");
} from "@vicis/transform-date";
```

## API
Expand Down Expand Up @@ -192,17 +195,13 @@ serializer.transform({
{ "createdAt": "2020-06-15T12:30:45.000+00:00" }
```

---

*If you use this project don't forget to give a ⭐
[star](https://github.com/r37r0m0d3l/vicis) ⭐ to it on GitHub!*
## 🗺️ My other projects

---

## See also
[Full list here](https://r37r0m0d3l.icu/open_source_map)

[My other projects](https://r37r0m0d3l.icu/open_source_map)
<img src="https://raw.githubusercontent.com/r37r0m0d3l/r37r0m0d3l/master/osmap.svg" width="960" height="520" style="display:block;height:auto;margin-left:auto;margin-right:auto;min-height:520px;min-width:960px;width:100%;">

<img src="https://raw.githubusercontent.com/r37r0m0d3l/r37r0m0d3l/master/osmap.svg?sanitize=true" width="960" height="520" style="display:block;height:auto;margin-left:auto;margin-right:auto;min-height:520px;min-width:960px;width:100%;">
<!-- Badges -->

---
[buymeacoffee-url]: https://buymeacoffee.com/r37r0m0d3l
[buymeacoffee-img]: https://img.shields.io/badge/support-buymeacoffee-1E90FF.svg?&logo=buy-me-a-coffee&label=support
Binary file removed docs/_media/128.png
Binary file not shown.
Binary file removed docs/_media/256.png
Binary file not shown.
Binary file removed docs/_media/512.png
Binary file not shown.
Binary file removed docs/_media/64.png
Binary file not shown.

0 comments on commit 8ba346b

Please sign in to comment.