-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
40 lines (40 loc) · 950 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
* template directory structure
*
* mkdir-s
* - commentaries
* - config
* - editions
* - src/routes/{user-defined-prefix}/[urn]
* - support/ingestion_scripts
* - support/templates
* - tests
*
* copy files
*
* - commentaries/.gitkeep
* - config/commentaries.toml
* - editions/example.xml
* - src/app.{css,d.ts,html}
* - src/index.test.ts
* - src/routes/+layout.svelte
* - src/routes/{user-defined-prefix}/[urn]/+page.{server.ts,svelte}
* - support/ingestion_scripts/editions.exs
* - support/templates/*.md.eex
* - tests/test.ts
* - .eslintignore
* - .eslintrc.cjs
* - .gitignore
* - .npmrc
* - .nvmrc
* - .prettierignore
* - . prettierrc
* - package.json ** CHANGE PACKAGE NAME TO CLEANED COMMENTARY NAME **
* - playwright.config.ts
* - postcss.config.js
* - README.md ** CHANGE TITLE **
* - svelte.config.js ** CHANGE @@USER_DEFINED_PREFIX **
* - tailwind.config.js
* - tsconfig.json
* - vite.config.js
*/