Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paqtcom/way2web-validate
https://github.com/paqtcom/way2web-validate
package
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paqtcom/way2web-validate
- Owner: paqtcom
- License: mit
- Created: 2020-10-28T12:55:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T00:10:55.000Z (over 1 year ago)
- Last Synced: 2024-11-30T23:15:03.364Z (2 months ago)
- Topics: package
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# way2web-validate.
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-stats]
> **⚠ WARNING: No maintenance intended**
> This package is not actively maintained.## Test the package.
To test the package, clone the package to your system.
Then, run this command:```
npm run build
```This will copy the test files to the dist, and also build the package files include the dependencies.
When this script is complete without errors, you can open `dist/index.html` in your browser.
Open the dev tools, tab console, and you see all the results of the tests.If you only want to check the eslint rules, just run.
```
npm run lint
```[downloads-image]: https://img.shields.io/npm/dt/way2web-validate.svg
[npm-url]: https://www.npmjs.com/package/way2web-validate
[npm-image]: https://img.shields.io/npm/v/way2web-validate.svg
[npm-stats]: https://npm-stat.com/charts.html?package=way2web-validate