@temir.ra/create-ts-lib 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +8 -1
- package/buildinfo.txt +1 -1
- package/package.json +1 -1
- package/template/README.md +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ npm create --no-install --no-git "@temir.ra/ts-lib@latest" .
|
|
|
38
38
|
|
|
39
39
|
# set metadata in package.json
|
|
40
40
|
|
|
41
|
-
npm
|
|
41
|
+
npm update
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
# Documentation
|
|
@@ -450,6 +450,13 @@ npmx tsx dist/cli.bundle.js -- example/
|
|
|
450
450
|
@temir.ra:registry=https://registry.npmjs.org/
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
+
`~/.bunfig.toml` or `bunfig.toml`:
|
|
454
|
+
|
|
455
|
+
```toml
|
|
456
|
+
[install.scopes]
|
|
457
|
+
"temir.ra" = { url = "https://registry.npmjs.org/" }
|
|
458
|
+
```
|
|
459
|
+
|
|
453
460
|
```bash
|
|
454
461
|
# registry.npmjs.org/
|
|
455
462
|
npm login
|
package/buildinfo.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.1+18c476f
|
package/package.json
CHANGED