1.2.23 • Published 5 years ago

lucy-core v1.2.23

Weekly downloads
33
License
ISC
Repository
-
Last release
5 years ago

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
1.2.23

5 years ago

1.2.22

5 years ago

1.2.21

5 years ago

1.2.20

5 years ago

1.2.19

5 years ago

1.2.18

5 years ago

1.2.17

5 years ago

1.2.15

5 years ago

1.2.14

5 years ago

1.2.12

5 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.7-0

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.4-0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago