chalk / slice-ansi

Slice a string with ANSI escape codes
MIT License
47 stars 21 forks source link

Move to `chalk` organization. #1

Closed dthree closed 9 years ago

dthree commented 9 years ago

@Qix- @sindresorhus

I needed to make another ANSI library - this does the equivalent of a native array.slice() in JS, however, it safely handles ANSI escape codes so you don't slice half-way into an escape code or have the wrong length on your slice due to hidden characters.

I'd like to move this repo into the chalk organization, which seems like a better home for it.

This okay with you guys?

Qix- commented 9 years ago

Totally up to @sindresorhus and @jbnicolai. :)

sindresorhus commented 9 years ago

Yes :) Just move the repo to me and I'll move it into the org.

dthree commented 9 years ago

Done :)

sindresorhus commented 9 years ago

Thanks @dthree. Welcome to the chalk org :)

dthree commented 9 years ago

Thanks!! :D