https://github.com/windmillcode/tasks-0
vscode tasks extension for windmillcode template projects
https://github.com/windmillcode/tasks-0
Last synced: 11 months ago
JSON representation
vscode tasks extension for windmillcode template projects
- Host: GitHub
- URL: https://github.com/windmillcode/tasks-0
- Owner: WindMillCode
- License: mit
- Created: 2024-01-31T18:15:01.000Z (about 2 years ago)
- Default Branch: old-main-0
- Last Pushed: 2025-05-01T23:10:38.000Z (11 months ago)
- Last Synced: 2025-05-07T19:58:17.000Z (11 months ago)
- Language: Go
- Size: 103 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Windmillcode Tasks Zero
# Overview
* are there some git commands that your forget or that docker command that ssh into a folder or flutter command that buils the .aab file never the less genreates everything as needed for you. This extension will meet you at your point of need
# Docs
## Angular
Angular Frontend: Analyze
-------------------------
This task analyzes the Angular frontend.
Angular Frontend: Check for Angular Updates
-------------------------------------------
This task checks for updates related to Angular in the frontend.
Angular Frontend: Run
---------------------
This task runs the Angular frontend.
Angular Frontend: Run Compodoc
------------------------------
This task runs Compodoc for the Angular frontend.
Misc: Translate JSON
-------------------------------
This task runs translation-related processes for the Angular frontend.
Angular Frontend: Test
----------------------
This task is for testing the Angular frontend. It also opens a http-server on port 8003 to view coverage information
Angular Frontend: Update Angular
--------------------------------
This task updates Angular in the frontend.
## Docker
Docker: Init Container
----------------------
This task initializes a Docker container.
Docker: Backup All Images
-------------------------
This task backs up all Docker images.
Docker: Restore All Images
--------------------------
This task restores all Docker images.
Docker: Run
-----------
This task runs Docker processes.
Docker: SSH into Container
--------------------------
This task SSHs into a Docker container.
## Flask
Flask Backend: Run
------------------
This task runs the Flask backend.
Flask Backend: Test
-------------------
This task tests the Flask backend.
This task also starts up a http server which allows you to view the coverage information while writing unit tests in flask.
Flask Backend: Create Controller
--------------------------------
This task creates a controller for the Flask backend.
Flask Backend: Create Manager
-----------------------------
This task creates a manager for the Flask backend.
## Flutter
Flutter Mobile: Create Page
---------------------------
This task creates a new page for the Flutter mobile app.
Flutter Mobile: Install Specific Packages
-----------------------------------------
This task installs specific packages for the Flutter mobile app.
Flutter Mobile: Create Layout
-----------------------------
This task creates a layout for the Flutter mobile app.
Flutter Mobile: Create Shared Widget
------------------------------------
This task creates a shared widget for the Flutter mobile app.
Flutter Mobile: Create Riverpod Async Notifier Provider
-------------------------------------------------------
This task creates a Riverpod async notifier provider for the Flutter mobile app.
Flutter Mobile: Create Riverpod Provider
----------------------------------------
This task creates a Riverpod provider for the Flutter mobile app.
Flutter Mobile: Build Deploy
---------------------
This task builds the Flutter mobile app and optionally deploys the flutter app
Flutter Mobile: Test
--------------------
This task tests the Flutter mobile app.
## Firebase
Firebase Cloud: Run Emulators
-----------------------------
This task runs emulators for Firebase Cloud.
## Git
Git: Create Branch After Merged Changes
---------------------------------------
This task creates a branch after merged changes in Git.
Git: Clone Subdirectories
-------------------------
This task clones subdirectories in Git.
Git: Merge Changes from Current Dev Branch
------------------------------------------
This task merges changes from the current development branch in Git.
Git: Pushing Work to Git Remote
-------------------------------
This task pushes work to the Git remote repository.
Git: Removing a File from Being Tracked by Git
----------------------------------------------
This task removes a file from being tracked by Git.
VSCode Tasks
## Python Tasks
============
Python: Install App Dependencies
--------------------------------
This task installs dependencies for a Python application.
Python: Install Specific Packages
---------------------------------
This task installs specific Python packages.
## SQL Tasks
=========
SQL: Get Schema via Docker
--------------------------
This task retrieves the schema using Docker for SQL.
SQL: Make DB Schema Update Entry
--------------------------------
This task creates an entry for a database schema update in SQL.
## TestNG Tasks
============
TestNG: E2E Create TestNG Page
------------------------------
This task creates a TestNG page for end-to-end testing.
TestNG: E2E Run
---------------
This task runs end-to-end tests using TestNG.
TestNG: E2E Setup VSCode Extension
----------------------------------
This task sets up the VSCode extension for TestNG end-to-end testing.
## NPM Tasks
=========
NPM: Install App Dependencies
-----------------------------
This task installs dependencies for an NPM-based application.
NPM: Install Specific Packages
------------------------------
This task installs specific packages using NPM.
NPM: Silence TypeScript Errors
------------------------------
This task suppresses TypeScript errors when using NPM.
## Miscellaneous Tasks
===================
Misc: Open Doc Item in VSCode
-----------------------------
This task opens a documentation item in Visual Studio Code.
Misc: Copy to Keep Projects in Sync
-----------------------------------
This task copies files to keep projects in sync.
Tasks: Update Workspace Without Extension
=========================================
This task updates the workspace without using the extension.