lucy-core

1.2.23 • Public • Published

this module should have no business logics

  1. npm run make
  2. npm start or npm run dev to watch files changes as you dev

Run docker image

docker build -t lucy/core .

docker run --network=host --restart=always -d lucy/core

Directories structure

.
├── README.md
├── built
│  //built output dir, !not commited to version control
├── config
│   ├── default.json
│   ├── development.json
│   ├── production.json
│   ├── staging.json
│   └── test.json
├── src
│   ├── index.ts
│   ├── core.service.ts
│   ├── core.ts
│   ├── drivers/
│   ├── errors/
│   ├── mixins/
│   └── utils/
├── test/
├── jest.config.js
├── package-lock.json
├── package.json
└── tsconfig.json

publish to repo

//set up access to npm repo here
npm i -g np && npm run make
np

/lucy-core/

    Package Sidebar

    Install

    npm i lucy-core

    Weekly Downloads

    1

    Version

    1.2.23

    License

    ISC

    Unpacked Size

    864 kB

    Total Files

    129

    Last publish

    Collaborators

    • zen12