Skip to content

Commit

Permalink
Add initial @nx.js/install-title package
Browse files Browse the repository at this point in the history
Closes #130.
  • Loading branch information
TooTallNate committed Dec 30, 2024
1 parent a28ae6f commit cd9d214
Show file tree
Hide file tree
Showing 9 changed files with 729 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-cheetahs-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nx.js/install-title": patch
---

Add initial `@nx.js/install-title` package
39 changes: 39 additions & 0 deletions packages/install-title/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "@nx.js/install-title",
"version": "0.0.0",
"description": "Install a title from an NSP file",
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/nx.js.git",
"directory": "packages/install-title"
},
"homepage": "https://nxjs.n8.io/install-title",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"docs": "typedoc && ../../type-aliases-meta.sh"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nx.js/constants": "^0.4.0",
"@nx.js/ncm": "^1.0.0",
"@nx.js/util": "^0.0.1",
"@tootallnate/nsp": "^0.0.2"
},
"devDependencies": {
"@nx.js/runtime": "workspace:*"
},
"keywords": [
"nx.js",
"switch",
"install",
"nsp"
],
"author": "Nathan Rajlich <[email protected]>",
"license": "MIT"
}
Loading

0 comments on commit cd9d214

Please sign in to comment.