11# TypeScript Module Package Skeleton
22
3- [ ![ npm] ( https://img.shields.io/npm/v/@seamapi/makenew-tsmodule.svg )] ( https://www.npmjs.com/package/@seamapi/makenew-tsmodule )
43[ ![ GitHub Actions] ( https://github.com/seamapi/makenew-tsmodule/actions/workflows/check.yml/badge.svg )] ( https://github.com/seamapi/makenew-tsmodule/actions/workflows/check.yml )
54
65Package skeleton for a TypeScript module.
@@ -22,7 +21,6 @@ Bootstrap a new TypeScript module in five minutes or less.
2221- Continuous testing and package publishing with [ GitHub Actions] .
2322- [ Keep a CHANGELOG] .
2423- Consistent coding with [ EditorConfig] .
25- - Badges from [ Shields.io] .
2624
2725[ AVA ] : https://github.com/avajs/ava
2826[ ECMAScript module ] : https://nodejs.org/api/esm.html
@@ -34,7 +32,6 @@ Bootstrap a new TypeScript module in five minutes or less.
3432[ Keep a CHANGELOG ] : https://keepachangelog.com/
3533[ Node.js ] : https://nodejs.org/
3634[ Prettier ] : https://prettier.io/
37- [ Shields.io ] : https://shields.io/
3835[ TypeScript ] : https://www.typescriptlang.org/
3936[ c8 ] : https://github.com/bcoe/c8
4037[ landlubber ] : https://github.com/razor-x/landlubber
@@ -104,7 +101,14 @@ and summarized under [Releases].
104101
105102## Installation
106103
107- Add this as a dependency to your project using [ npm] with
104+ Add this as a dependency to your project using [ npm]
105+ by adding the line below to your project's ` .npmrc ` ,
106+
107+ ```
108+ @seamapi:registry=https://npm.pkg.github.com
109+ ```
110+
111+ and installing the package with
108112
109113```
110114$ npm install @seamapi/makenew-tsmodule
@@ -192,8 +196,6 @@ _GitHub Actions should already be configured: this section is for reference only
192196
193197The following repository secrets must be set on [ GitHub Actions] :
194198
195- - ` NPM_TOKEN ` : npm token for installing and publishing packages.
196-
197199These must be set manually.
198200
199201### Secrets for Optional GitHub Actions
0 commit comments