@wtasnorg/node-lib
v0.0.7
Published
node library
Readme
@wtasnorg/node-lib
A library project for nodejs. #nodejs #typescript #library
Functions
- hello (for debugging)
pojofor converting class objects to Plain Old Javascript Objects.createFindDirectoriesas a factory for finding directories; thinkfind path -type d.
Develop
git clone [email protected]:wtasg/node-lib.git
npm run build
npm run test
# make changes...We are using node --test for testing.
Install and Usage
npm install @wtasnorg/node-lib# check if you can run code
import {hello} from "@wtasnorg/node-lib";
await hello();
// "hello from @wtasnorg/node-lib"