Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from brittni-and-the-polar-bear/development-main
Browse files Browse the repository at this point in the history
Update to v0.1.0
  • Loading branch information
azurepolarbear authored Jan 28, 2024
2 parents 2690ab0 + 9af6ed1 commit 40863be
Show file tree
Hide file tree
Showing 14 changed files with 1,111 additions and 130 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "error",

"@typescript-eslint/class-literal-property-style": ["error", "getters"]
"@typescript-eslint/class-literal-property-style": ["error", "getters"],

"@typescript-eslint/no-inferrable-types": "off"
}
}
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ name: "CodeQL"

on:
push:
branches: [ "main", "development-main" ]
branches:
- "main"
- "development-main"
pull_request:
branches: [ "main", "development-main" ]
branches:
- "main"
- "development-main"
schedule:
- cron: '0 12 * * *'

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: Node.js Build and Test

on:
push:
branches: [ "main", "development-main" ]
branches:
- "main"
- "development-main"
pull_request:
branches: [ "main", "development-main" ]
branches:
- "main"
- "development-main"

jobs:
build:
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Copyright (C) 2023-2024 Brittni Watkins

Base classes and methods for the brittni and the polar bear [generative art library](https://github.com/brittni-and-the-polar-bear/generative-art-library).

## Summary

[![CodeQL](https://github.com/brittni-and-the-polar-bear/generative-art-library_base/actions/workflows/codeql.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-library_base/actions/workflows/codeql.yml) [![Node.js Build and Test](https://github.com/brittni-and-the-polar-bear/generative-art-library_base/actions/workflows/node.js.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-library_base/actions/workflows/node.js.yml)

![NPM Version](https://img.shields.io/npm/v/%40batpb%2Fgenart-base)
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/brittni-and-the-polar-bear/generative-art-library_base) ![GitHub License](https://img.shields.io/github/license/brittni-and-the-polar-bear/generative-art-library_base) ![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/min/%40batpb/genart-base) ![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/%40batpb/genart-base)

![NPM Downloads](https://img.shields.io/npm/dt/%40batpb%2Fgenart-base)

![GitHub issues by-label](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-library_base/bug?color=red) ![GitHub issues by-label](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-library_base/security?color=red)

![GitHub commits since latest release](https://img.shields.io/github/commits-since/brittni-and-the-polar-bear/generative-art-library_base/latest)

![GitHub contributors](https://img.shields.io/github/contributors-anon/brittni-and-the-polar-bear/generative-art-library_base)

## LICENSE Information

The source code of this project is licensed under the [GNU Affero General Public Version 3.0 License](https://www.gnu.org/licenses/agpl-3.0.en.html). The full text of the license can be found in the LICENSE file of the root directory.
Loading

0 comments on commit 40863be

Please sign in to comment.