Skip to content

Commit

Permalink
feat: reset project files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Feb 2, 2020
1 parent 87ca8a9 commit bb62d7f
Show file tree
Hide file tree
Showing 17 changed files with 541 additions and 2,510 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
# The MIT License

Copyright 2019 Harminder virk, contributors
Copyright 2020 Harminder virk, contributors

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:

Expand Down
65 changes: 12 additions & 53 deletions README.md
@@ -1,64 +1,23 @@
<div align="center"><img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1564392111/adonis-banner_o9lunk.png" width="600px"></div>
# @adonisjs/validator
> Tagline
[![circleci-image]][circleci-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]

A short brief

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of contents

- [Data Validator For AdonisJS](#data-validator-for-adonisjs)
- [

Website

|

Guides

|

Contributing

](#website%0A----%0A------%0A----%0A------guides%0A----%0A------%0A----%0A------contributing)
- [Purpose](#purpose)
- [Features](#features)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<div align="center">
<img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px">
</div>

<br />

<div align="center">
<h3>Data Validator For AdonisJS</h3>
<p>
AdonisJS validator uses <a href="https://indicative.adonisjs.com">indicative</a> to validate the request data provides complete type information for validated data.
</p>
</div>

<br />

<div align="center">

[![circleci-image]][circleci-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]

</div>

<div align="center">
<h3>
<a href="https://adonisjs.com">
Website
</a>
<span> | </span>
<a href="https://adonisjs.com/docs/validator">
Guides
</a>
<span> | </span>
<a href="CONTRIBUTING.md">
Contributing
</a>
</h3>
</div>
## Purpose

<div align="center">
<sub>Built with ❤︎ by <a href="https://github.com/thetutlage">Harminder Virk</a>
</div>
## Features

[circleci-image]: https://img.shields.io/circleci/project/github/adonisjs/adonis-validation-provider/master.svg?style=for-the-badge&logo=circleci
[circleci-url]: https://circleci.com/gh/adonisjs/adonis-validation-provider "circleci"
Expand Down
2 changes: 0 additions & 2 deletions adonis-typings/index.ts

This file was deleted.

44 changes: 0 additions & 44 deletions adonis-typings/request.ts

This file was deleted.

93 changes: 0 additions & 93 deletions adonis-typings/validator.ts

This file was deleted.

3 changes: 1 addition & 2 deletions japaFile.js
@@ -1,7 +1,6 @@
process.env.TS_NODE_FILES = true
require('ts-node/register')

const { configure } = require('japa')
configure({
files: ['test/**/*.spec.ts'],
files: ['test/**/*.spec.ts']
})

0 comments on commit bb62d7f

Please sign in to comment.