https://github.com/dataesr/doadify
Doadify your app with our templates
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Doadify your app with our templates
Basic Info
- Host: GitHub
- Owner: dataesr
- License: mit
- Language: TypeScript
- Default Branch: main
- Size: 3.99 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.md
doadify
Doadify your app with our templates
Start a new project:
npx @dataesr/doadify@latest <folderName>
cd <folderName> && npm i && npm run start
Edit github workflows
Fullstack or not ?
During the Doadify installation process, you will be asked if you need a server or not.
Create a new NPM release
npm version [patch|minor|major] && git push origin main --tags.
GitHub Events
Total
Last Year
Dependencies
.github/workflows/release.yml
actions
- actions/checkout v3 composite
- actions/create-release v1 composite
- actions/setup-node v3 composite
- dataesr/mm-notifier-action v1 composite
- loopwerk/tag-changelog v1 composite
templates/fullstack/Dockerfile
docker
- node 18-alpine build
package-lock.json
npm
- ansi-escapes 4.3.2
- ansi-regex 6.0.1
- ansi-regex 5.0.1
- ansi-styles 4.3.0
- base64-js 1.5.1
- bl 4.1.0
- buffer 5.7.1
- chalk 5.2.0
- chalk 4.1.2
- chardet 0.7.0
- cli-cursor 3.1.0
- cli-spinners 2.9.0
- cli-width 4.0.0
- clone 1.0.4
- color-convert 2.0.1
- color-name 1.1.4
- cross-spawn 7.0.3
- defaults 1.0.4
- emoji-regex 8.0.0
- escape-string-regexp 5.0.0
- external-editor 3.1.0
- figures 5.0.0
- has-flag 4.0.0
- iconv-lite 0.4.24
- ieee754 1.2.1
- inherits 2.0.4
- inquirer 9.2.2
- is-fullwidth-code-point 3.0.0
- is-interactive 1.0.0
- is-unicode-supported 0.1.0
- is-unicode-supported 1.3.0
- isexe 2.0.0
- lodash 4.17.21
- log-symbols 4.1.0
- mimic-fn 2.1.0
- mute-stream 1.0.0
- onetime 5.1.2
- ora 5.4.1
- os-tmpdir 1.0.2
- path-key 3.1.1
- readable-stream 3.6.2
- restore-cursor 3.1.0
- run-async 2.4.1
- rxjs 7.8.1
- safe-buffer 5.2.1
- safer-buffer 2.1.2
- shebang-command 2.0.0
- shebang-regex 3.0.0
- signal-exit 3.0.7
- string-width 4.2.3
- string_decoder 1.3.0
- strip-ansi 6.0.1
- strip-ansi 7.0.1
- supports-color 7.2.0
- through 2.3.8
- tmp 0.0.33
- tslib 2.5.0
- type-fest 0.21.3
- util-deprecate 1.0.2
- wcwidth 1.0.1
- which 2.0.2
- wrap-ansi 6.2.0
package.json
npm
- chalk ^5.2.0
- cross-spawn ^7.0.3
- inquirer ^9.1.5
templates/client/package.json
npm
- @types/react ^18.0.28 development
- @types/react-dom ^18.0.11 development
- @vitejs/plugin-react ^4.0.0 development
- eslint ^8.40.0 development
- eslint-config-airbnb ^19.0.4 development
- eslint-plugin-import ^2.27.5 development
- eslint-plugin-jsx-a11y ^6.7.1 development
- eslint-plugin-react ^7.32.2 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-react-refresh ^0.3.4 development
- sass ^1.62.1 development
- vite ^4.3.2 development
- @dataesr/react-dsfr ^3.9.0
- @tanstack/react-query ^4.29.5
- @tanstack/react-query-devtools ^4.29.6
- classnames ^2.3.2
- prop-types ^15.8.1
- react ^18.2.0
- react-dom ^18.2.0
- react-router-dom ^6.11.1
templates/fullstack/client/package.json
npm
- @types/react ^18.0.28 development
- @types/react-dom ^18.0.11 development
- @vitejs/plugin-react ^4.0.0 development
- eslint ^8.40.0 development
- eslint-config-airbnb ^19.0.4 development
- eslint-plugin-import ^2.27.5 development
- eslint-plugin-jsx-a11y ^6.7.1 development
- eslint-plugin-react ^7.32.2 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-react-refresh ^0.3.4 development
- sass ^1.62.1 development
- vite ^4.3.2 development
- @dataesr/react-dsfr ^3.9.0
- @tanstack/react-query ^4.29.5
- @tanstack/react-query-devtools ^4.29.6
- classnames ^2.3.2
- prop-types ^15.8.1
- react ^18.2.0
- react-dom ^18.2.0
- react-router-dom ^6.11.1
- swagger-ui-react ^4.18.3
templates/fullstack/package.json
npm
- concurrently ^8.0.1
templates/fullstack/server/package.json
npm
- eslint ^8.30.0 development
- eslint-config-airbnb-base ^15.0.0 development
- eslint-plugin-import ^2.26.0 development
- nodemon ^2.0.20 development
- cors ^2.8.5
- dotenv ^16.0.3
- express ^4.18.2
- express-async-errors ^3.1.1
- express-openapi-validator ^5.0.4
- winston ^3.8.2
- yamljs ^0.3.0