# shamsi-datepicker-strapi-plugin

> An strapi plugin for making date types in Shamsi.

Latest version **1.0.0** (published 2022-09-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install shamsi-datepicker-strapi-plugin
pnpm add shamsi-datepicker-strapi-plugin
yarn add shamsi-datepicker-strapi-plugin
bun add shamsi-datepicker-strapi-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-09-04 |
| First published | 2022-09-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12.x.x <=16.x.x |
| Dependencies | 2 |
| Unpacked size | 10.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | LumosCMS |
| Maintainers | lumoscms |

## Links

- npm: https://www.npmjs.com/package/shamsi-datepicker-strapi-plugin
- npm.io page: https://npm.io/package/shamsi-datepicker-strapi-plugin

## Dependencies (2)

- [date-fns](https://npm.io/package/date-fns.md) 2.29.2
- [react-multi-date-picker](https://npm.io/package/react-multi-date-picker.md) 3.3.0

## Recent versions

- 1.0.0 (latest) — 2022-09-04

## README

# Shamsi datepicker strapi plugin

An strapi plugin for making date types in shamsi calender.

## Getting started

`yarn add shamsi-datepicker-strapi-plugin`

## Development Process

- Create a folder named `plugins` in `src` directory of your strapi app
- Create another folder named `shamsi-datepicker-strapi-plugin` (or any name you want) in `plugins` directory and copy all of this repository there.
- Create a file named `plugins.js` in `config` directory of your strapi app if it doesn`t exist
- Add the following code to `config/plugins.js`

```js
module.exports = {
  // ...
  "shamsi-datepicker-strapi-plugin": {
    enabled: true,
    resolve: "./src/plugins/shamsi-datepicker-strapi-plugin",
  },
  // ...
};
```

- In the terminal run `cd src/plugins/shamsi-datepicker-strapi-plugin` and `yarn install`
- cd back to the root directory of your strapi app and run `yarn build`
- Now you can run `yarn develop`

👋 have a nice time.

---
_Source: https://npm.io/package/shamsi-datepicker-strapi-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
