Skip to content

Commit 7fba5eb

Browse files
authored
Add README.md (#58)
1 parent 87fc75c commit 7fba5eb

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Added
2121

2222
- Code coverage with 100% threshold
23+
- README.md
2324

2425
## [1.2.0] - 2025-01-13
2526

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# javascript-utils
2+
3+
This is a collection of utilities that we have created to help with our development process. We have decided to open source these utilities in the hopes that they will be useful to others.
4+
5+
## Usage
6+
7+
To use these utilities, simply add the [@neolution-ch/javascript-utils](https://www.npmjs.com/package/@neolution-ch/javascript-utils) npm package to your project and use the desired functions in your source code.
8+
9+
## Contributing
10+
11+
If you would like to contribute to this project, please submit a pull request.
12+
13+
### Guidelines
14+
15+
- Use a filename that fits what the utility is doing. If you introduce a new file, choose a name that fits your utility but is still generic enough to hold similar utilities that can be added later alongside your addition.
16+
- Add tests to your utilities and strive to cover many different usage scenarios and parametrization and high code coverage.
17+
18+
## Releases
19+
20+
Due to the nature of this project as a loosely connected collection of utilities, it's important to be strict about following [SemVer](https://semver.org/) to communicate possible breaking changes to the users of this library via version number.
21+
22+
Equally as important is to be precise about the changes made in each release and maintain the [CHANGELOG.md](CHANGELOG.md) according to the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format so users of this library can see easily where changes were made.

0 commit comments

Comments
 (0)