Skip to content

Commit

Permalink
fix: readme.md links
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin committed May 4, 2024
1 parent 9e3701f commit 26355ee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion packages/yonode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,23 @@
* fixed mysql and postgresql by [@abdinasir-Tman](https://github.com/abdinasir-Tman) in [#168](https://github.com/sharafdin/yonode/pull/168)
* fix: Update README.md by [@abdinasir-Tman](https://github.com/abdinasir-Tman) in [#169](https://github.com/sharafdin/yonode/pull/169)
* initializing typescript with Prisma by [@Omar-Tood](https://github.com/Omar-Tood) in [#170](https://github.com/sharafdin/yonode/pull/170)
* Customized project: Node.js, TypeScript, Sequelize by [@Miirshe](https://github.com/Miirshe) in [#172](https://github.com/sharafdin/yonode/pull/172)
* Customized project: Node.js,import { program } from 'commander'

import { readFile } from 'fs/promises';
const pkg = JSON.parse(await readFile(new URL('../../package.json', import.meta.url)));

program
.option('-v, --version', 'output the version number')

program.parse(process.argv);

const options = program.opts();

if (options.version) {
console.log(pkg.version);
process.exit(1)
}
TypeScript, Sequelize by [@Miirshe](https://github.com/Miirshe) in [#172](https://github.com/sharafdin/yonode/pull/172)
* Merge pull request #172 from sharafdin/miirshe by [@Miirshe](https://github.com/Miirshe) in [#173](https://github.com/sharafdin/yonode/pull/173)
* Completed: Node.js, TypeScript, Sequelize + PostgreSQL by [@Miirshe](https://github.com/Miirshe) in [#174](https://github.com/sharafdin/yonode/pull/174)
* finished the ts-prisma with postgresql by [@abdinasir-Tman](https://github.com/abdinasir-Tman) in [#175](https://github.com/sharafdin/yonode/pull/175)
Expand Down
6 changes: 3 additions & 3 deletions packages/yonode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Join the vibrant Yonode community:

## Contributing

Interested in contributing to Yonode? Check out our [contributing guidelines](CONTRIBUTING.md).
Interested in contributing to Yonode? Check out our [contributing guidelines](https://github.com/sharafdin/yonode/blob/main/CONTRIBUTING.md).

## License

Yonode is an open-source package licensed under the [MIT License](LICENSE)
Yonode is an open-source package licensed under the [MIT License](https://github.com/sharafdin/yonode/blob/main/LICENSE)

## Security

[Reporting a Vulnerability](SECURITY.md)
[Reporting a Vulnerability](https://github.com/sharafdin/yonode/blob/main/SECURITY.md)

0 comments on commit 26355ee

Please sign in to comment.