pecis
Version:
Pecis makes JS easier
90 lines (73 loc) • 5.43 kB
Markdown
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/TechPot-Studio/Pecis/assets/Pecis.png" alt="Icon"
width="300"/>
</p>
---
<p align="center">
<a href="https://github.com/TechPot-Studio/Pecis/commits/master" title="Commit Activity"><img src="https://img.shields.io/github/commit-activity/m/TechPot-Studio/Pecis?logo=git&logoColor=white&style=flat-square" alt="CommitActivity"/></a>
<a href="https://www.codacy.com/gh/TechPot-Studio/Pecis/dashboard?utm_source=github.com&utm_medium=referral&utm_content=TechPot-Studio/Pecis&utm_campaign=Badge_Grade" title="Codacy"><img src="https://img.shields.io/codacy/grade/3cf32c2b188944b7bd1359d4d5a4cc7d?logo=codacy&style=flat-square" alt="codacy"/></a>
<a href="//github.com/TechPot-Studio/Pecis/stargazers" title="Stars"><img src="https://img.shields.io/github/stars/TechPot-Studio/Pecis?logo=github&style=flat-square" alt="stars"/></a>
<a href="//github.com/TechPot-Studio/Pecis/issues" title="Issues"><img src="https://img.shields.io/github/issues/TechPot-Studio/Pecis?logo=github&style=flat-square" alt="issues"/></a>
<a href="//github.com/TechPot-Studio/Pecis/pulls" title="Pull Requests"><img src="https://img.shields.io/github/issues-pr/TechPot-Studio/Pecis?logo=github&style=flat-square" alt="PRs" /></a>
<a href="//github.com/TechPot-Studio/Pecis/network/members" title="Forks"><img src="https://img.shields.io/github/forks/TechPot-Studio/Pecis?logo=github&style=flat-square" alt="forks"/> </a>
<a href="https://www.npmjs.com/package/pecis" title="NPM Version"><img src="https://img.shields.io/npm/v/pecis?logo=npm&style=flat-square" alt="NPM ver"/></a>
<a href="https://www.npmjs.com/package/pecis" title="NPM Downloads"><img src="https://img.shields.io/npm/dw/pecis?logo=npm&style=flat-square" alt="NPM download"/></a>
<a title="jsdelivr hits"><img src="https://img.shields.io/jsdelivr/npm/hw/pecis?label=jsdelivr%20hits&logo=jsdelivr&logoColor=white&style=flat-square" alt="jsdelivr hits"/></a>
<a href="./LICENSE" title="License"><img src="https://img.shields.io/github/license/TechPot-Studio/Pecis?style=flat-square" alt="license"/></a>
<a href="https://discord.gg/EvsaWcB" title="Chat"><img src="https://img.shields.io/discord/711002879670091868?logo=discord&logoColor=fff&style=flat-square" alt="Chat"/></a>
<a href="" title="Contributors"><img src="https://img.shields.io/github/contributors-anon/TechPot-Studio/pecis?logo=github&style=flat-square" alt="contributors" /></a>
<a href="//github.com/TechPot-Studio/Pecis/releases" title="Lastest Release"><img src="https://img.shields.io/github/v/release/TechPot-Studio/pecis?label=lastest%20release&style=flat-square" alt="Release"/></a>
<a href="//github.com/TechPot-Studio/Pecis/releases" title="Lastest Pre-Release"><img src="https://img.shields.io/github/v/release/TechPot-Studio/pecis?include_prereleases&label=lastest%20prerelease&style=flat-square" alt="Commits" /></a>
<a href="//github.com/TechPot-Studio/Pecis/releases" title="Commits Since Latest Release"><img src="https://img.shields.io/github/commits-since/TechPot-Studio/Pecis/latest/master?include_prereleases&logo=github&style=flat-square" alt="PreReleases"/></a>
<a title="Node.js Version"><img src="https://img.shields.io/static/v1?label=Node.js%20version&message=12&color=informational&logo=node.js&style=flat-square&logoColor=white" alt="Nodejs ver"/></a>
</p>
## About
JavaScript's library that makes web development easier.\
Zero dependencies, Full TypeScript support.
You can view documentation at [pecis.js.org](https://pecis.js.org)
### Naming
The French language of the web is *le lacis*, and this project originally called Peb (Pot + Web) , and Pecis and Pieces are homophobic.\
You can naming in your own usage as your favourite. You can even use JQuery style, i.e. `$`
## Browser Support
- Last 2 versions of all major browsers
- Electron
- Internet Explorer 11
*Support for IE will be ended in the summer of 2021 due to desperate*
## Installation
### Using **NPM**
[](https://www.npmjs.com/package/pecis)
```shell
$ npm install pecis
```
```javascript
/* ES6 */
import pecis from 'pecis'
/* CommonJS */
const pecis = require('pecis');
```
**Note**: If you are using Node.js, version 14.0.0 or above is recommended. Lower versions may work, but there may be problems.
### Or grab from third-party CDN
#### jsdelivr
```html
<script src="//cdn.jsdelivr.net/npm/pecis" type="module"></script>
```
#### unpkg
```html
<script src="//unpkg.com/pecis" type="module"></script>
```
You can also download source code, but it's not recommended
## FAQS
**Q:** I am using peb.js, should I change to Pecis?\
**A:** Yes. Pecis is a more standard library and used babel. We are building community for Pecis and peb.js were already desperated.
**Q:** What is *major browsers*?\
**A:** Browsers that market share more than one percent.
## Main Contributor
[@TechPot-Studio/pecis](https://github.com/orgs/TechPot-Studio/teams/pecis)
## Special Thanks to
### Development Tool Support
[Jetbrains WebStorm *OpenSource License*](https://www.jetbrains.com/webstorm/) \
[Microsoft Visual Studio Code](https://visualstudio.com)
---
<p align="right" title="Created by TechPot Studio OpenSource">
<img width="200" src="https://cdn.jsdelivr.net/gh/TechPot-Studio/Pecis/assets/studio_banner.png?random=4" alt="Studio banner" />
</p>