11# TypeScript Module Package Skeleton
22
3- [ ![ npm] ( https://img.shields.io/npm/v/@makenew/ tsmodule.svg )] ( https://www.npmjs.com/package/@makenew/ tsmodule )
4- [ ![ GitHub Actions] ( https://github.com/makenew/ tsmodule/actions/workflows/check.yml/badge.svg )] ( https://github.com/makenew/ tsmodule/actions/workflows/check.yml )
3+ [ ![ npm] ( https://img.shields.io/npm/v/@seamapi/makenew- tsmodule.svg )] ( https://www.npmjs.com/package/@seamapi/makenew- tsmodule )
4+ [ ![ GitHub Actions] ( https://github.com/seamapi/makenew- tsmodule/actions/workflows/check.yml/badge.svg )] ( https://github.com/seamapi/makenew- tsmodule/actions/workflows/check.yml )
55
66Package skeleton for a TypeScript module.
77
@@ -46,7 +46,7 @@ Bootstrap a new TypeScript module in five minutes or less.
46461 . Create an empty (** non-initialized** ) repository on GitHub.
47472 . Clone the main branch of this repository with
4848 ```
49- $ git clone --single-branch git@github.com:makenew/ tsmodule.git <new-node-lib>
49+ $ git clone --single-branch git@github.com:seamapi/makenew- tsmodule.git <new-node-lib>
5050 $ cd <new-node-lib>
5151 ```
5252 Optionally, reset to the latest version with
@@ -84,7 +84,7 @@ you can fetch and merge in changes from this repository.
8484Add this as a new remote with
8585
8686```
87- $ git remote add upstream git@github.com:makenew/ tsmodule.git
87+ $ git remote add upstream git@github.com:seamapi/makenew- tsmodule.git
8888```
8989
9090You can then fetch and merge changes with
@@ -100,14 +100,14 @@ Note that `CHANGELOG.md` is just a template for this skeleton.
100100The actual changes for this project are documented in the commit history
101101and summarized under [ Releases] .
102102
103- [ Releases ] : https://github.com/makenew/ tsmodule/releases
103+ [ Releases ] : https://github.com/seamapi/makenew- tsmodule/releases
104104
105105## Installation
106106
107107Add this as a dependency to your project using [ npm] with
108108
109109```
110- $ npm install @makenew/ tsmodule
110+ $ npm install @seamapi/makenew- tsmodule
111111```
112112
113113[ npm ] : https://www.npmjs.com/
@@ -117,8 +117,8 @@ $ npm install @makenew/tsmodule
117117### Quickstart
118118
119119```
120- $ git clone https://github.com/makenew/ tsmodule.git
121- $ cd tsmodule
120+ $ git clone https://github.com/seamapi/makenew- tsmodule.git
121+ $ cd makenew- tsmodule
122122$ nvm install
123123$ npm install
124124```
@@ -143,10 +143,10 @@ The [source code] is hosted on GitHub.
143143Clone the project with
144144
145145```
146- $ git clone git@github.com:makenew/ tsmodule.git
146+ $ git clone git@github.com:seamapi/makenew- tsmodule.git
147147```
148148
149- [ source code ] : https://github.com/makenew/ tsmodule
149+ [ source code ] : https://github.com/seamapi/makenew- tsmodule
150150
151151### Requirements
152152
@@ -184,7 +184,7 @@ This will push a new git tag which will trigger a GitHub action.
184184Publishing may be triggered using a [ workflow_dispatch on GitHub Actions] .
185185
186186[ npm-version ] : https://docs.npmjs.com/cli/version
187- [ workflow_dispatch on GitHub Actions ] : https://github.com/makenew/ tsmodule/actions?query=workflow%3Aversion
187+ [ workflow_dispatch on GitHub Actions ] : https://github.com/seamapi/makenew- tsmodule/actions?query=workflow%3Aversion
188188
189189## GitHub Actions
190190
@@ -217,7 +217,7 @@ Please submit and comment on bug reports and feature requests.
217217
218218To submit a patch:
219219
220- 1 . Fork it (https://github.com/makenew/ tsmodule/fork ).
220+ 1 . Fork it (https://github.com/seamapi/makenew- tsmodule/fork ).
2212212 . Create your feature branch (` git checkout -b my-new-feature ` ).
2222223 . Make changes.
2232234 . Commit your changes (` git commit -am 'Add some feature' ` ).
0 commit comments