1.2.23 • Published 6 years ago
lucy-core v1.2.23
this module should have no business logics
npm run make
npm start
ornpm 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
6 years ago
1.2.22
6 years ago
1.2.21
6 years ago
1.2.20
6 years ago
1.2.19
6 years ago
1.2.18
6 years ago
1.2.17
6 years ago
1.2.15
6 years ago
1.2.14
6 years ago
1.2.12
6 years ago
1.2.11
7 years ago
1.2.10
7 years ago
1.2.9
7 years ago
1.2.8
7 years ago
1.2.7
7 years ago
1.2.7-0
7 years ago
1.2.6
7 years ago
1.2.5
7 years ago
1.2.4
7 years ago
1.2.4-0
7 years ago
1.2.3
7 years ago
1.2.2
7 years ago
1.2.1
7 years ago
1.2.0
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago