0.2.4 • Published 2 years ago
@arthurgubaidullin/nx-embed-dependencies v0.2.4
nx-embed-dependencies
This plugin for Nx helps injecting local dependencies into a package.
Getting started
Install
Using npm:
npm install @arthurgubaidullin/embed-dependencies --save-dev
Configure project
Add a target to project.json
to the library you want to build with dependencies.
{
// ...
"targets": {
// ...
"embed-dependencies": {
"executor": "@arthurgubaidullin/nx-embed-dependencies:run",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist-with-deps/embed-dependencies"
}
}
}
// ...
}
Configure Nx pipeline
Also update your nx.json
.
{
// ...
"targetDefaults": {
// ...
"embed-dependencies": {
"dependsOn": ["build"]
// ...
}
}
}
License
MIT.
0.2.7
2 years ago
0.2.6
2 years ago
0.0.14
3 years ago
0.1.0
3 years ago
0.2.0
2 years ago
0.1.1
3 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.4
2 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago