Skip to content

Commit

Permalink
chore: typescript-library-startup
Browse files Browse the repository at this point in the history
  • Loading branch information
htimur committed Jul 19, 2022
1 parent 4c8925a commit 305d408
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.1",
"language": "en",
"words": ["esbuild", "rmrf", "gjuchault", "socio", "octocat"],
"words": ["esbuild", "rmrf", "marked-code-chunks", "socio", "octocat"],
"flagWords": [],
"ignorePaths": [
"package.json",
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: GitHub Discussions
url: https://github.com/gjuchault/typescript-library-starter/discussions
url: https://github.com/htimur/marked-code-chunks/discussions
about: Please discuss non bug-related topics there
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Typescript Library Starter
name: marked-code-chunks

on: [push]

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
typescript-library-starter:
marked-code-chunks:
runs-on: ubuntu-latest

concurrency:
Expand Down Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Test
run: npm run test

- name: Setup test
run: npm run test:setup

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prerelease": true
}
],
"repositoryUrl": "https://github.com/gjuchault/typescript-library-starter.git",
"repositoryUrl": "https://github.com/htimur/marked-code-chunks.git",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
gabriel.juchault@gmail.com.
timur.khamrakulov@gmail.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Please review our [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you

## :bulb: Asking Questions

If you have any question that does not relate to a bug or a feature request, please use [GitHub Discussions](https://github.com/gjuchault/typescript-library-starter/discussions) instead of GitHub issues.
If you have any question that does not relate to a bug or a feature request, please use [GitHub Discussions](https://github.com/htimur/marked-code-chunks/discussions) instead of GitHub issues.

## :inbox_tray: How can I Contribute?

**GitHub issues**

If you encounter a problem with this library or if you have a new feature you'd like to see in this project, please create [a new issue](https://github.com/gjuchault/typescript-library-starter/issues/new/choose).
If you encounter a problem with this library or if you have a new feature you'd like to see in this project, please create [a new issue](https://github.com/htimur/marked-code-chunks/issues/new/choose).

**GitHub Pull requests**

Expand Down
73 changes: 3 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"name": "@gjuchault/typescript-library-starter",
"name": "marked-code-chunks",
"version": "0.0.0-development",
"description": "Yet another typescript library starter template",
"keywords": [
"typescript",
"library",
"starter",
"template"
],
"homepage": "https://github.com/gjuchault/typescript-library-starter",
"bugs": "https://github.com/gjuchault/typescript-library-starter/issues",
"author": "Gabriel Juchault <[email protected]>",
"repository": "gjuchault/typescript-library-starter",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/index.d.ts",
Expand All @@ -23,7 +12,6 @@
"access": "public"
},
"scripts": {
"setup": "node -r ./esbuild-hook ./scripts/setup",
"build": "npm run clean && npm run type:dts && npm run build:main",
"build:main": "node -r ./esbuild-hook ./scripts/build",
"clean": "node -r ./esbuild-hook ./scripts/clean",
Expand Down Expand Up @@ -63,9 +51,7 @@
"eslint-plugin-import": "^2.26.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"semantic-release": "^19.0.3",
"slugify": "^1.6.5",
"source-map-support": "^0.5.21",
"typescript": "^4.7.4",
"vitest": "^0.17.0"
Expand Down
Loading

0 comments on commit 305d408

Please sign in to comment.