Skip to content

Simple text processing utils library that will be fully developed in the near future

Notifications You must be signed in to change notification settings

cangokceaslan/padder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padder

@cangokceaslan/padder is a simple partly developed package that will be updated in the future and released for educational purposes

Installation

Use the package manager npm to install padder.

npm install @cangokceaslan/padder

Usage

const App = require("@cangokceaslan/padder");

const { leftpad } = App

console.log(leftpad("test", 10, " "))

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Simple text processing utils library that will be fully developed in the near future

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published