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

Использование локальных пакетов #2

Open
belozer opened this issue May 8, 2018 · 5 comments
Open

Использование локальных пакетов #2

belozer opened this issue May 8, 2018 · 5 comments

Comments

@belozer
Copy link

belozer commented May 8, 2018

Promise.all([
    readDir(path.join(cwd, 'node_modules')),
    readDir(path.join(cwd, 'node_modules', 'bem-tools', 'node_modules')),
    readDir(path.join(__dirname, 'node_modules')),
    readDir(path.join(__dirname, 'node_modules', 'bem-tools', 'node_modules')),
    readDir(npmRootPath),
    readDir(path.join(npmRootPath, 'bem-tools', 'node_modules'))
])

Почему бы не добавить ещё и директорию bem-tools на уровне проекта?

project/bem-tools/bem-tools-build
@belozer
Copy link
Author

belozer commented May 8, 2018

Таким образом можно было бы расширять проект новыми командами.

bem build
bem lint
bem history
bem diff
bem etc

@belozer
Copy link
Author

belozer commented May 8, 2018

@tadatuta

@belozer
Copy link
Author

belozer commented May 8, 2018

Правда локальные модули лучше без префикса...

project/bem-tools/build

Но это менее однородно.

@belozer
Copy link
Author

belozer commented May 8, 2018

Таким образом можно было бы оттачивать команды на уровне проекта и в последствии оформлять пакеты для широкой аудитории.

@tadatuta
Copy link
Member

tadatuta commented May 8, 2018

идея интересная, возможно даже стоит уметь протаскивать дополнительные пути через .bemrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants