Skip to content

Commit

Permalink
update license, history, and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jun 25, 2017
1 parent eb6a6f4 commit 01299a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) Luke Edwards <[email protected]> (https://lukeed.com)
Copyright (c) 2015 Jorge Bucaran (https://github.com/jbucaran)
Copyright (c) 2016 Luke Edwards (https://github.com/lukeed)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions packages/taskr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,6 @@ const taskr = new Taskr({ file, cwd });

## Credits

This project used to be called `fly`, but was forced to relocate & rename due to the inexplicable actions of an individual.
This project used to be called `fly`, but [Jorge Bucaran](https://github.com/jbucaran), its original author, generously handed over the project to [Luke Edwards](https://github.com/lukeed) in order to further development. The project is now named `taskr` to reflect the transition and its exicitng new future!

A **huge thanks** to [Constantin Titarenko](https://github.com/titarenko) for coming to the rescue and donating the name `taskr` -- very much appreciated!
A **big thanks** to [Constantin Titarenko](https://github.com/titarenko) for donating the name `taskr` on NPM -- very much appreciated!
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</a>
</div>

<div align="center">A generator & coroutine-based task runner.</div>
<div align="center">A fast, concurrency-focused task runner.</div>
<div align="center"><strong>Fasten your seatbelt. :rocket:</strong></div>

<br />
Expand Down Expand Up @@ -55,18 +55,19 @@ module.exports = {

> **TL;DR** This is the continuation of and successor to [Fly](https://github.com/flyjs/fly)!
I was forcibly removed by its inactive co-owner, due to his newfound "interest" in the project (aka, the stars). He's also taken to alter Fly's commit history in order to remove evidence of my work.
Fly's original author, [Jorge Bucaran](https://github.com/jbucaran), has shifted focus to other exciting projects. Before leaving, he chose to guarantee Fly's future by transferring the project to [Luke Edwards](https://github.com/lukeed), who was one of the first and most enthused contributors.

As a result of this dispute, Taskr exists as a separate (mono)repo but includes the full, _original_ history for Fly.
To reflect this milestone, Fly has been renamed to Taskr and has a stable, exciting future ahead! :tada:

In regards the NPM downloadable(s), `[email protected].5` is equivalent to `[email protected]` -- with a few exceptions:
For existing Fly users, `[email protected].x` is equivalent to `[email protected]` -- with a few exceptions:

1. The `flyfile.js` has been renamed to `taskfile.js`;
2. The `fly` key inside `package.json` has been renamed to `taskr`. (See [Local Plugins](#https://github.com/lukeed/taskr/tree/master/packages/taskr#local-plugins))

At this point, the Fly & [Taskr ecosystems](#packages) are fully interchangeable, which means that you can install `taskr` and use any `fly-*` or `taskr-*` plugins of your choosing. That said, most plugins have been ported over to the new namespace.
At this point, the Fly & [Taskr ecosystems](#packages) are fully interchangeable, which means that you can install `taskr` and use any `fly-*` or `taskr-*` plugins of your choosing. That said, most plugins have _already_ been ported over to the new namespace!

Lastly, Taskr will maintain a list of [official plugins](#official-packages). Don't forget to check 'em out!

Please bear with me as we, collectively, transition into a stronger and more stable product!

## Core Features

Expand Down

0 comments on commit 01299a4

Please sign in to comment.