@zlucy/lucy-example

1.0.48 • Public • Published

lucy services sample template

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

Run docker image

npm run doc

docker build -t lucy/example .
docker run --network=host --restart=always -d lucy/example

Directories structure

.
├── Dockerfile
├── README.md
├── package-lock.json
├── package.json
├── built
│  //built output dir, !not commited to version control
├── config
│   ├── default.json
│   ├── development.json
│   ├── production.json
│   ├── staging.json
│   └── test.json
├── src
│   ├── example.service.ts
│   ├── example.ts
│   ├── index.ts
│   ├── lib/
│   	├── index.ts
│   	├── ...
│
├── test
│   ├── example.service.spec.js
│   ├── ...
│
├── jest.config.js
└── tsconfig.json

Readme

Keywords

Package Sidebar

Install

npm i @zlucy/lucy-example

Weekly Downloads

0

Version

1.0.48

License

ISC

Unpacked Size

55 kB

Total Files

27

Last publish

Collaborators

  • zen12