@zlucy/lucy-core

1.2.82 • 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

Dependents (6)

Package Sidebar

Install

npm i @zlucy/lucy-core

Weekly Downloads

3

Version

1.2.82

License

ISC

Unpacked Size

340 kB

Total Files

65

Last publish

Collaborators

  • zen12