https://github.com/whoan/lib-node
https://github.com/whoan/lib-node
hacktoberfest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whoan/lib-node
- Owner: whoan
- Created: 2020-03-09T22:51:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T16:53:05.000Z (over 1 year ago)
- Last Synced: 2025-05-16T01:35:20.562Z (5 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# lib-node
Etremely simplistic library for quick prototyping. Not recommended for production.
It's useful to [link it locally](https://classic.yarnpkg.com/en/docs/cli/link/) for development:
```bash
yarn link lib-node
cd $project_which_wants_lib_node
yarn link lib-node
```