1.3.0 • Published 8 months ago

@lerado/typescript-toolbox v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Contributors Forks Stargazers Issues MIT License Commitizen friendly npm monthly downloads current version LinkedIn

About The Project

This library is a comprehensive collection of TypeScript utilities that can be used to simplify and streamline TypeScript projects. It includes a wide range of functions, classes, and interfaces that make it easier to work with common data types, manipulate arrays and objects, and manage other aspects of the language. Additionally, the library is designed to be easy to use and integrate into existing projects, making it a valuable resource for TypeScript developers of all levels.

Built With

  • TypeScript

Getting Started

To start using this library in your project, follow these simple example steps.

Prerequisites

You basically just need npm or yarn:

  • npm

    npm install npm@latest -g
  • yarn

    npm install yarn@latest -g

Installation

Just a single command required. Depending on which package manager you use.

  • npm

    npm install @lerado/typescript-toolbox
  • yarn

    yarn add @lerado/typescript-toolbox

Usage

Import an use any function, decorator, etc...

import { objectToFlatString } from '@lerado/typescript-toolbox';

objectToFlatString({ id: 123, name: 'Mr. Smith', age: 23 });
// => to 123mr. smith23.

Please refer to the documentation for more.

Roadmap

  • Release v1.0.0 on npm
  • Configure Github actions for CI/CD
  • Feature 3
    • Nested Feature -->

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

We use the Git workflow and Commitizen for our development cycles and releases. We strongly recommend you use it too with your contributions.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your feature/hotfix Branch (git checkout -b (feature|hotfix)/branch-name)
  3. Commit your Changes (git commit -m <COMMITIZEN FRIENDLY MESSAGE>)
  4. Push to the Branch (git push origin <YOUR BRANCH>)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Darel Ngogang - @JeSuisLerado - darel.ngogang@gmail.com

Project Link: https://github.com/Lerado/typescript-toolbox

Acknowledgments

1.2.0

10 months ago

1.3.0

8 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

12 months ago