Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
feat: init package
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-iakovlev committed Jan 20, 2023
1 parent 635d45f commit d3d9668
Show file tree
Hide file tree
Showing 8 changed files with 8,894 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

publish:
needs: checks
if: github.repository == 'vlad-yakovlev/npm-package-template' && github.ref == 'refs/heads/main'
if: github.repository == 'vlad-yakovlev/grammy-named-session' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# misc
.DS_Store
.vscode

# jest
/coverage
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# npm-package-template
# grammy-named-session

npm-package-template
grammy-named-session

![GitHub CI](https://img.shields.io/github/actions/workflow/status/vlad-yakovlev/npm-package-template/ci.yml?branch=main&label=github-ci)
[![Codecov](https://img.shields.io/codecov/c/github/vlad-yakovlev/npm-package-template/main)](https://codecov.io/gh/vlad-yakovlev/npm-package-template)
[![NPM](https://img.shields.io/npm/v/npm-package-template)](https://www.npmjs.org/package/npm-package-template)
![GitHub CI](https://img.shields.io/github/actions/workflow/status/vlad-yakovlev/grammy-named-session/ci.yml?branch=main&label=github-ci)
[![Codecov](https://img.shields.io/codecov/c/github/vlad-yakovlev/grammy-named-session/main)](https://codecov.io/gh/vlad-yakovlev/grammy-named-session)
[![NPM](https://img.shields.io/npm/v/grammy-named-session)](https://www.npmjs.org/package/grammy-named-session)

## How to install

```sh
npm install npm-package-template
npm install grammy-named-session
```

## How to use
Expand Down
Loading

0 comments on commit d3d9668

Please sign in to comment.