@amaui/node
TypeScript icon, indicating that this package has built-in type declarations

1.0.11117 • Public • Published

AMAUI logo

AMAUI Node

Node


MIT license     Production ready     100% test cov     Nodejs

Very simple code     Modern code     Junior friendly     Typescript     Made with 💛


Getting started

Add

  // yarn
  yarn add @amaui/node

  // npm
  npm install @amaui/node

Use

  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

  yarn

Test

  yarn test

Prod

Build

  yarn build

Docs

Might be soon...

Package Sidebar

Install

npm i @amaui/node

Weekly Downloads

43

Version

1.0.11117

License

MIT

Unpacked Size

6.6 kB

Total Files

9

Last publish

Collaborators

  • lazareric