# yx-node **Repository Path**: steper/yx-node ## Basic Information - **Project Name**: yx-node - **Description**: YX-Node: A collection of node common functions. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YX Node YX-Node: A collection of common node functions. ## Publish steps - Login: add user with your `Username`, `Password`, `Email` ```shell script # First time publish npm adduser # Other times publish npm login ``` - Publish in your git gui or click publish.sh bash file ```shell script npm publish ``` ## Install ```cmd npm install @daybyday/yx-node --save ``` ## Importing ```jsx import xxx from '@daybyday/yx-node'; ```