1
1
# TypeScript Module Package Skeleton
2
2
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 )
5
5
6
6
Package skeleton for a TypeScript module.
7
7
@@ -46,7 +46,7 @@ Bootstrap a new TypeScript module in five minutes or less.
46
46
1 . Create an empty (** non-initialized** ) repository on GitHub.
47
47
2 . Clone the main branch of this repository with
48
48
```
49
- $ git clone --single-branch [email protected] :makenew/ tsmodule.git <new-node-lib>
49
+ $ git clone --single-branch [email protected] :seamapi/makenew- tsmodule.git <new-node-lib>
50
50
$ cd <new-node-lib>
51
51
```
52
52
Optionally, reset to the latest version with
@@ -84,7 +84,7 @@ you can fetch and merge in changes from this repository.
84
84
Add this as a new remote with
85
85
86
86
```
87
- $ git remote add upstream [email protected] :makenew/ tsmodule.git
87
+ $ git remote add upstream [email protected] :seamapi/makenew- tsmodule.git
88
88
```
89
89
90
90
You can then fetch and merge changes with
@@ -100,14 +100,14 @@ Note that `CHANGELOG.md` is just a template for this skeleton.
100
100
The actual changes for this project are documented in the commit history
101
101
and summarized under [ Releases] .
102
102
103
- [ Releases ] : https://github.com/makenew/ tsmodule/releases
103
+ [ Releases ] : https://github.com/seamapi/makenew- tsmodule/releases
104
104
105
105
## Installation
106
106
107
107
Add this as a dependency to your project using [ npm] with
108
108
109
109
```
110
- $ npm install @makenew/ tsmodule
110
+ $ npm install @seamapi/makenew- tsmodule
111
111
```
112
112
113
113
[ npm ] : https://www.npmjs.com/
@@ -117,8 +117,8 @@ $ npm install @makenew/tsmodule
117
117
### Quickstart
118
118
119
119
```
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
122
122
$ nvm install
123
123
$ npm install
124
124
```
@@ -143,10 +143,10 @@ The [source code] is hosted on GitHub.
143
143
Clone the project with
144
144
145
145
```
146
- $ git clone [email protected] :makenew/ tsmodule.git
146
+ $ git clone [email protected] :seamapi/makenew- tsmodule.git
147
147
```
148
148
149
- [ source code ] : https://github.com/makenew/ tsmodule
149
+ [ source code ] : https://github.com/seamapi/makenew- tsmodule
150
150
151
151
### Requirements
152
152
@@ -184,7 +184,7 @@ This will push a new git tag which will trigger a GitHub action.
184
184
Publishing may be triggered using a [ workflow_dispatch on GitHub Actions] .
185
185
186
186
[ 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
188
188
189
189
## GitHub Actions
190
190
@@ -217,7 +217,7 @@ Please submit and comment on bug reports and feature requests.
217
217
218
218
To submit a patch:
219
219
220
- 1 . Fork it (https://github.com/makenew/ tsmodule/fork ).
220
+ 1 . Fork it (https://github.com/seamapi/makenew- tsmodule/fork ).
221
221
2 . Create your feature branch (` git checkout -b my-new-feature ` ).
222
222
3 . Make changes.
223
223
4 . Commit your changes (` git commit -am 'Add some feature' ` ).
0 commit comments