Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[proposal] Ability to import/export tasks #71

Closed
mrmlnc opened this issue Feb 26, 2018 · 0 comments
Closed

[proposal] Ability to import/export tasks #71

mrmlnc opened this issue Feb 26, 2018 · 0 comments
Assignees

Comments

@mrmlnc
Copy link
Owner

mrmlnc commented Feb 26, 2018

Would be cool to provide ability to return tasks from the package. Something like:

import * as fg from 'fast-glob';

const tasks = fg.getTasks(['pattern1', 'pattern2'], options);

Maybe also we need think about ability to import tasks instead of patterns:

import * as fg from 'fast-glob';

const tasks = fg.sync([task1, task2], options);
@mrmlnc mrmlnc self-assigned this Feb 26, 2018
@mrmlnc mrmlnc changed the title [proposal] Ability to export tasks [proposal] Ability to import/export tasks Feb 26, 2018
@mrmlnc mrmlnc mentioned this issue Feb 26, 2018
16 tasks
@mrmlnc mrmlnc closed this as completed Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant