mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
d000b0a8c8
commit
ccbbcf384d
1 changed files with 5 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ If you want your module to support Deno as well checkout [denoify_ci](https://gi
|
||||||
|
|
||||||
# Table of content
|
# Table of content
|
||||||
|
|
||||||
|
- [Presentation](#presentation)
|
||||||
|
- [Table of content](#table-of-content)
|
||||||
- [How to use](#how-to-use)
|
- [How to use](#how-to-use)
|
||||||
- [Fork it ( click use the template )](#fork-it--click-use-the-template-)
|
- [Fork it ( click use the template )](#fork-it--click-use-the-template-)
|
||||||
- [Enable automatic publishing](#enable-automatic-publishing)
|
- [Enable automatic publishing](#enable-automatic-publishing)
|
||||||
|
|
@ -68,7 +70,9 @@ If you want your module to support Deno as well checkout [denoify_ci](https://gi
|
||||||
- Check if there is not already a NPM module named like that.
|
- Check if there is not already a NPM module named like that.
|
||||||
- The description you provide will be the one used on NPM and in ``package.json`` ( you can change it later )
|
- The description you provide will be the one used on NPM and in ``package.json`` ( you can change it later )
|
||||||
|
|
||||||
Once you've done that a GitHub action workflow will set up the ``README.md`` and the ``package.json`` for you, wait a couple of minutes for it to complete ( a bot will push ). You can follow the job advancement in the "Action" tab.
|
Once you've done that a GitHub action workflow will set up the ``README.md`` and the ``package.json``
|
||||||
|
for you, wait a couple of minutes for it to complete ( a bot will push ). You can follow the job advancement in the "Action" tab.
|
||||||
|
(**warning** please read [this](#few-things-you-need-to-be-aware-of-before-getting-started))
|
||||||
|
|
||||||
Each time you will push changes ``npm test`` will be run on remote docker containers against multiple node versions if everything passes you will get a green ``ci`` badges in your readme.
|
Each time you will push changes ``npm test`` will be run on remote docker containers against multiple node versions if everything passes you will get a green ``ci`` badges in your readme.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue