An open API service indexing awesome lists of open source software.

https://github.com/whoan/lib-node


https://github.com/whoan/lib-node

hacktoberfest

Last synced: 2 months ago
JSON representation

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
```