Giter Site home page Giter Site logo

rucken / todo-ionic Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 28.81 MB

Admin UI for Ionic4 with Angular7+ mobile todo application

Home Page: https://rucken.github.io/todo-ionic

License: MIT License

JavaScript 2.49% TypeScript 73.33% HTML 18.45% Shell 1.71% SCSS 4.02%
angular application base boilerplate class component i18n ionic models ngx projects rest seed services shared statuses tasks todo ui users

todo-ionic's Introduction

rucken

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

npm version monthly downloads

make-ts-list - create list of ts files for all nx libraries

npx rucken "make-ts-list" "--help"

Usage: rucken make-ts-list|mtsl [options]

create list of ts files for all nx libraries

Options:
  -h, --help  display help for command

version-updater - update versions in all nx applications

npx rucken "version-updater" "--help"

Usage: rucken version-updater|vu [options]

update versions in all nx applications

Options:
  -upv,--update-package-version [boolean]  update package version (default: true)
  -h, --help                               display help for command

translate - extract translate from source (run: extract-i18n => gettext => extract-i18n)

npx rucken "translate" "--help"

Usage: rucken translate [options]

extract translate from source (run: extract-i18n => gettext => extract-i18n)

Options:
  -l,--locales [strings]         list of available languages (example: ru,en)
  -dl,--default-locale [string]  default locale (default: en)
  -h, --help                     display help for command

extract-i18n - translate marker extractor (use: transloco-keys-manager + transloco-scoped-libs)

npx rucken "extract-i18n" "--help"

Usage: rucken extract-i18n [options]

translate marker extractor (use: transloco-keys-manager + transloco-scoped-libs)

Options:
  -l,--locales [strings]                    list of available languages (example: ru,en)
  -rut,--reset-unused-translates [boolean]  remove all translates if they not found in source code (default: true)
                                            (default: "true")
  -h, --help                                display help for command

gettext - translate marker extractor

npx rucken "gettext" "--help"

Usage: rucken gettext [options]

translate marker extractor

Options:
  -l,--locales [strings]         list of available languages (example: ru,en)
  -dl,--default-locale [string]  default locale (default: en)
  -h, --help                     display help for command

prepare - make-ts-list + version-update + translate

npx rucken "prepare" "--help"

Usage: rucken prepare [options]

make-ts-list + version-update + translate

Options:
  -l,--locales [strings]                   list of available languages (example: ru,en)
  -dl,--default-locale [string]            default locale (default: en)
  -upv,--update-package-version [boolean]  update package version (default: true)
  -h, --help                               display help for command

postgres - application database creator

npx rucken "postgres" "--help"

Usage: rucken postgres [options]

postgres application database creator

Options:
  -r,--root-database-url [strings]       database url for connect as root user (example:
                                         postgres://ROOT_POSTGRES_USER:ROOT_POSTGRES_PASSWORD@localhost:POSTGRES_PORT/postgres?schema=public)
  -a,--app-database-url [strings]        application database url used for create new database (example:
                                         postgres://POSTGRES_USER:POSTGRES_PASSWORD@localhost:POSTGRES_PORT/POSTGRES_DATABASE?schema=public)
  -fu,--force-change-username [boolean]  force rename username if one exists in database for app-database-url
                                         excluding root (default: false)
  -fp,--force-change-password [boolean]  force change password of specified app-database-url (default: false)
  -d,--drop-app-database [boolean]       drop application database before try create it (default: false)
  -h, --help                             display help for command

env-replacer - recursive replace input value with process environment values

npx rucken "env-replacer" "--help"

Usage: rucken env-replacer [options] <input>

recursive replace input value with process environment values

Options:
  -h, --help  display help for command

copy-paste - copy paste source files to destination with singular and plural replace text in file contents and file paths

npx rucken "copy-paste" "--help"

Usage: rucken copy-paste|cp [options]

copy paste source files to destination with singular and plural replace text in file contents and file paths

Options:
  -p,--path [strings]             the path with the source code to copy, it uses the current CWD if it is not
                                  defined, default: "." (example: ../../src)
  -f,--find [strings]             source singular text in kebab-case (example: user-role)
  -fp,--find-plural [strings]     source text in plural in kebab-case, if not defined, it will be automatically
                                  detected programmatically (example: user-rules)
  -r,--replace [strings]          destination singular text in kebab-case (example: user-company)
  -rp,--replace-plural [strings]  destination text in plural in kebab-case, if not defined, it will be automatically
                                  detected programmatically (example: user-companies)
  -d,--dest-path [strings]        the path with the destination code to paste, it uses the "path" if it is not
                                  defined, default: "." (example: ../../src)
  -e,--extensions [strings]       extensions of files for copy paste, default:
                                  "ts,html,htm,scss,css,txt,json,yaml,yml,xml" (example: py,ini)
  -gr,--glob-rules [strings]      match files using the patterns the shell uses
  -h, --help                      display help for command

License

MIT

todo-ionic's People

Contributors

endykaufman avatar greenkeeper[bot] avatar

Watchers

 avatar  avatar  avatar

Forkers

forkedit

todo-ionic's Issues

An in-range update of cordova-sqlite-storage is breaking the build 🚨

The dependency cordova-sqlite-storage was updated from 3.2.0 to 3.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cordova-sqlite-storage is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 5 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ngx-dynamic-form-builder is breaking the build 🚨

The dependency ngx-dynamic-form-builder was updated from 1.0.0 to 1.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ngx-dynamic-form-builder is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/jasminewd2 is breaking the build 🚨

The devDependency @types/jasminewd2 was updated from 2.0.6 to 2.0.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/jasminewd2 is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ Tidelift: Scanning dependencies (Details).
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of cordova-plugin-splashscreen is breaking the build 🚨

The dependency cordova-plugin-splashscreen was updated from 5.0.2 to 5.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cordova-plugin-splashscreen is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of conventional-changelog-cli is breaking the build 🚨

The devDependency conventional-changelog-cli was updated from 2.0.22 to 2.0.23.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

conventional-changelog-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 10 commits.

  • dadbbf8 Publish
  • f07d7ca chore: update deps to silence audit (#505)
  • 03cb95c feat(preset-loader): allow use of full package names (#481)
  • 85c17bb feat(preset, conventionalcommits): add handling of issue prefixes (#498)
  • 8e0d56a deps: updates handlebars dependency (#493)
  • 50212e6 fix(deps, cli): bumps (minor + patch) lodash in conventional-changelog-cli (#501)
  • 94f4969 chore(deps): update dependency safe-buffer to v5.2.0 (#492)
  • 8cb57f0 fix(deps): update dependency lodash to v4.17.13 [security] (#497)
  • dc8aeda refactor!: modify gitSemverTags to take options first (#390)
  • 0b7ed0b fix(preset, conventionalcommits): Ensure proper substitutions for the conventionalcommit preset by using commit context for values where possible. (#463)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @rucken/ionic is breaking the build 🚨

The peerDependency @rucken/ionic was updated from 1.0.0 to 1.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@rucken/ionic is a peerDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @ionic-native/http is breaking the build 🚨

The dependency @ionic-native/http was updated from 5.6.1 to 5.7.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@ionic-native/http is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v5.7.0

Features

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tsickle is breaking the build 🚨

The devDependency tsickle was updated from 0.36.0 to 0.37.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tsickle is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • ❌ Tidelift: Failed dependency checks (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-coverage-istanbul-reporter is breaking the build 🚨

The devDependency karma-coverage-istanbul-reporter was updated from 2.0.5 to 2.0.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

karma-coverage-istanbul-reporter is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 11 commits.

  • 8fee4a9 chore(release): 2.0.6
  • 7a34b47 Merge branch 'master' of github.com:mattlewis92/karma-coverage-istanbul-reporter
  • ca17ed1 build: fix code coverage
  • 619d90d fix: get source code from sourceMapStore on write report
  • 5496d47 style: reformat code with prettier
  • 0261f70 build: upgrade dependencies
  • a2c359b docs: format readme
  • df3d5df chore: share probot config
  • b55478f build: add issue template enforcer
  • 65e0b5d docs: add patreon
  • ce38d2d test: fix tests on node 6

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ngx-cookie-service is breaking the build 🚨

The dependency ngx-cookie-service was updated from 2.1.0 to 2.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ngx-cookie-service is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of cordova-plugin-ionic-webview is breaking the build 🚨

The dependency cordova-plugin-ionic-webview was updated from 4.1.1 to 4.1.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cordova-plugin-ionic-webview is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Tidelift: Failed dependency checks (Details).

Release Notes for v4.1.2

4.1.2 (2019-09-25)

Bug Fixes

  • android: allow schemes that start by https (#437) (fab9d1f)
  • Android: return proper mimeType for wasm files (0eb8a37)
  • ios: make programmatically focus work on iOS 13 (#438) (7a514b0), closes #435
Commits

The new version differs by 7 commits.

  • 55a8e82 chore(release): 4.1.2 [skip ci]
  • 7a514b0 fix(ios): make programmatically focus work on iOS 13 (#438)
  • e5bcaa0 chore(deps-dev): update commitizen requirement from ^3.0.2 to ^4.0.3 (#406)
  • 10ec0b2 chore(deps-dev): update cz-conventional-changelog requirement (#405)
  • fab9d1f fix(android): allow schemes that start by https (#437)
  • 2746dd0 docs(README): Document ScrollEnabled preference (#422)
  • 0eb8a37 fix(Android): return proper mimeType for wasm files

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of cordova-plugin-ionic-keyboard is breaking the build 🚨

The dependency cordova-plugin-ionic-keyboard was updated from 2.1.3 to 2.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cordova-plugin-ionic-keyboard is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Tidelift: Failed dependency checks (Details).

Commits

The new version differs by 16 commits.

  • 147409d chore: Bump version for 2.2.0 release (#108)
  • da88941 chore: update devDependencies (#107)
  • 169c73c feat(android): add resizeOnFullScreen preference for Android (#106)
  • cfac79b docs: add HideKeyboardFormAccessoryBar preference info (#105)
  • 893dc8e fix(android): Avoid conflicts when ionic-plugin-keyboard is installed (#104)
  • 659d402 docs: document which methods are supported in which platform (#103)
  • b33e7a2 feat(ios): reimplement disableScroll method (#102)
  • b00e3a9 fix(ios): respect KeyboardAppearanceDark preference from webview plugin (#101)
  • 4c03a7e feat(ios): Added Keyboard.setKeyboardStyle method (#79)
  • d729cbf Delay resize until keyboard animation finish (#81)
  • becaa5b Merge pull request #68 from jcesarmobile/hide-timer
  • 4a0e018 Avoid duplicate hide event when user changes field
  • ce27eb4 Merge pull request #45 from stas-dolgachov/add-set-resize-mode-description
  • 3e32e28 Merge pull request #55 from xland/patch-1
  • 309eef2 Readme error

There are 16 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.