https://github.com/docgeni/docgeni-template
π A template for Angular Lib & Docs use Docgeni
https://github.com/docgeni/docgeni-template
Last synced: about 1 month ago
JSON representation
π A template for Angular Lib & Docs use Docgeni
- Host: GitHub
- URL: https://github.com/docgeni/docgeni-template
- Owner: docgeni
- Created: 2021-03-16T10:10:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:52:55.000Z (about 1 year ago)
- Last Synced: 2024-05-23T09:52:08.264Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://docgeni.github.io/docgeni-template
- Size: 4.06 MB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docgeni Template
A template for Angular Lib & Docs use Docgeni.
[](https://github.com/docgeni/docgeni)
## How to use?
Click the top right button "Use this template" of this repo.

## Live Preview
https://docgeni.github.io/docgeni-template
## Commands
- `npm run start`: start development for this lib, it is an alias for `npm run start:docs`
- `npm run build`: build this angular component lib
- `npm run test`: exec unit tests of component lib
- `npm run build:docs`: build docs site to dist/docgeni-site
- `npm run lint`: lint component lib
## Directory Structure```
.
|ββ .docgeni
β βββ public
β β βββassets
β βββ images
β β βββtsconfig.json
βββ docs
β βββ guides
β β βββ getting-started.md
β β βββ index.md
β β βββ intro.md
β βββ zh-cn
β βββ guides
β βββ getting-started.md
β βββ index.md
β βββ intro.md
βββ src
β βββ README.md
β βββ button
β β βββ api
β β β βββ en-us.js
β β β βββ zh-cn.js
β β βββ button.component.html
β β βββ button.component.spec.ts
β β βββ button.component.ts
β β βββ button.module.ts
β β βββ doc
β β β βββ en-us.md
β β β βββ zh-cn.md
β β βββ examples
β β β βββ basic
β β β β βββ basic.component.css
β β β β βββ basic.component.html
β β β β βββ basic.component.ts
β β βββ index.ts
β β βββ package.json
β βββ karma.conf.js
β βββ ng-package.json
β βββ package.json
β βββ public-api.ts
β βββ test.ts
β βββ tsconfig.lib.json
β βββ tsconfig.lib.prod.json
β βββ tsconfig.spec.json
β βββ tslint.json
βββ angular.json
βββ tsconfig.json
βββ tslint.json
βββ package-lock.json
βββ package.json
βββ README.md```
## Angular Versions
Current Angular Version: `18.x`
Angular|Branch|
--|--
11.x|[ng-11.x](https://github.com/docgeni/docgeni-template/tree/ng-11.x)
12.x|[ng-12.x](https://github.com/docgeni/docgeni-template/tree/ng-12.x)
13.x|[ng-13.x](https://github.com/docgeni/docgeni-template/tree/ng-13.x)
14.x|[ng-14.x](https://github.com/docgeni/docgeni-template/tree/ng-14.x)
15.x|[ng-15.x](https://github.com/docgeni/docgeni-template/tree/ng-15.x)
16.x|[ng-16.x](https://github.com/docgeni/docgeni-template/tree/ng-16.x)
17.x|[ng-17.x](https://github.com/docgeni/docgeni-template/tree/ng-17.x)
18.x|[master](https://github.com/docgeni/docgeni-template/tree/master)