1.0.11117 • Published 3 years ago
@amaui/node v1.0.11117
Getting started
Add
// yarn
yarn add @amaui/node
// npm
npm install @amaui/nodeUse
import path from 'path';
import AmauiNode from '@amaui/node';
// A file add
await AmauiNode.file.add(path.resolve('a.json'), 'a');
// A file read
await AmauiNode.file.get(path.resolve('a.json'));
// A file remove
await AmauiNode.file.remove(path.resolve('a.json'));Dev
Install
yarnTest
yarn testProd
Build
yarn buildDocs
Might be soon...