Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A useful and modular NPM package in formatting string literals.
It can take a lot of time to build your own functions even to convert a string to camelcase. To avoid this hectic process, textful was born.
Run this command in your terminal to install textful.
npm i textful
You can either use the cli or import textful in your file.
Run this command in your terminal and it will ask you for some input and give the output accordingly. You can even use the CLI by running npx textful
textful
Javascript:
const textful = require("textful");
const textFormatter = new textful.Formatter();
console.log(textFormatter.toSnakeCase("Hello World!"));
Typescript:
import textful from "textful";
const textFormatter = new textful.Formatter();
console.log(textFormatter.toSnakeCase("Hello World!"));
The documentation for this project is currently a work in progress and will be soon available at https://textful.aktindo.me
To get support, or if you are stuck somewhere, simply join our Discord server and someone will help you out.
For feature requests, open an issue on our Github Repository.
If you feel like contributing to this project, you can make the desired changes and open a PR on our GitHub repository. We appreciate your effort in making this project a success.
FAQs
A modular text formatter with simple functions.
The npm package textful receives a total of 2 weekly downloads. As such, textful popularity was classified as not popular.
We found that textful demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.