Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skbhati199/js-lib-demo
`skbhati199-js-lib-demo` is a TypeScript package that provides a collection of utility functions and classes for JavaScript development. It aims to simplify common tasks and enhance productivity for developers.
https://github.com/skbhati199/js-lib-demo
javascript-library typescript
Last synced: about 1 month ago
JSON representation
`skbhati199-js-lib-demo` is a TypeScript package that provides a collection of utility functions and classes for JavaScript development. It aims to simplify common tasks and enhance productivity for developers.
- Host: GitHub
- URL: https://github.com/skbhati199/js-lib-demo
- Owner: skbhati199
- License: mit
- Created: 2023-05-19T11:42:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-24T02:15:48.000Z (over 1 year ago)
- Last Synced: 2024-12-14T04:33:04.737Z (about 1 month ago)
- Topics: javascript-library, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/skbhati199-js-lib-demo
- Size: 3.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOGS.md
- License: LICENSE
Awesome Lists containing this project
README
# skbhati199-js-lib-demo
`skbhati199-js-lib-demo` is a TypeScript package that provides a collection of utility functions and classes for JavaScript development. It aims to simplify common tasks and enhance productivity for developers.
## Installation
You can install the package using npm or yarn:
```shell
npm install skbhati199-js-lib-demo
```or
```shell
yarn add skbhati199-js-lib-demo
```## Usage
Once installed, you can import and use the functions and classes from `skbhati199-js-lib-demo` in your TypeScript or JavaScript project.
```javascript
import { Pluck } from 'skbhati199-js-lib-demo';// Using Pluck js-lib Utils
Pluck(["name":"value"], "name")
```## Features
### Pluck js-lib Util
- `Pluck(Array, string) : String`: Trims leading and trailing whitespace from a string.
## Contributing
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the [GitHub repository](https://github.com/skbhati199/js-lib-demo). If you want to contribute directly, you can fork the repository, make your changes, and submit a pull request.
Please make sure to follow the existing coding style and include appropriate tests with your contributions.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute this package as per the terms of the license.