Skip to content

feat: article — local file creation and deletion #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 15, 2025
Merged

Conversation

EmptyWork
Copy link
Owner

Usage:
node ./bin/ewTools.js make:blog "example-title" -d 2025-02-03

Aliases:

  • node ./bin/ewTools.class.js make:blog "example-title" -d 2025-02-03
  • ./ewTools.bat make:blog "example-title" -d 2025-02-03
  • ./ewTools.class.bat make:blog "example-title" -d 2025-02-03

Types:

  • blog - Save to ./src/articles/blog/
  • project - Save to ./src/articles/project/
  • prototype - Save to ./src/articles/prototype/

Method:

  • make: make:*Types
  • delete: delete:*Types
  • remove: remove:*Types

Issue:
Close #274

Verified

This commit was signed with the committer’s verified signature.
EmptyWork Stevarth
usage: `node ./bin/ewTools.js`

Verified

This commit was signed with the committer’s verified signature.
EmptyWork Stevarth

Verified

This commit was signed with the committer’s verified signature.
EmptyWork Stevarth
…tionTypes

Verified

This commit was signed with the committer’s verified signature.
EmptyWork Stevarth
usage: `./ewtools.bat` or `./ewtools.class.bat`
@EmptyWork EmptyWork self-assigned this Jun 15, 2025
@EmptyWork EmptyWork added the enhancement New feature or request label Jun 15, 2025
Copy link

netlify bot commented Jun 15, 2025

Deploy Preview for emptywork ready!

Name Link
🔨 Latest commit c7ac624
🔍 Latest deploy log https://app.netlify.com/projects/emptywork/deploys/684e1a504bf2850009af88ce
😎 Deploy Preview https://deploy-preview-275--emptywork.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Owner Author

@EmptyWork EmptyWork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! will needs to add unit test for several new functions.

@EmptyWork EmptyWork merged commit e583eb1 into main Jun 15, 2025
4 checks passed
@EmptyWork EmptyWork deleted the bin-articles branch June 15, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature local create and delete blog, project, and prototype article file
1 participant