Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alinnert committed Aug 30, 2022
1 parent 75e4639 commit 148f68f
Show file tree
Hide file tree
Showing 7 changed files with 685 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# npm library package

This is a project template for a library that can be deployed to npm. It's based on [esbuild](https://github.com/evanw/esbuild) and [TypeScript](https://github.com/microsoft/TypeScript).

## Usage

- Clone or fork this repository, or create a new repository using this as a template.
- Build your code using `npm run build`.
Loading

0 comments on commit 148f68f

Please sign in to comment.