Skip to content
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

feat: add ability to init medmark #20

Merged
merged 5 commits into from
Dec 28, 2023
Merged

feat: add ability to init medmark #20

merged 5 commits into from
Dec 28, 2023

Conversation

brionmario
Copy link
Owner

@brionmario brionmario commented Dec 28, 2023

Purpose

Add ability to init Medmark by executing medmark init.

medmark init

This will do the following.

  • Create a .medmark folder at the root of the execution with the following folder structure.
├── .medmark
│   ├── medium-export # Should extract the medium archive here.
│   │   ├── .gitkeep
│   ├── templates # Should contain the templates for Medmark.
│   │   ├── sample-medmark-template.js

Changes Made

Added a init command to the CLI.

Related Issues

Related Pull Requests

N/A

Screenshots (if applicable)

N/A

Checklist

  • I have tested these changes thoroughly.
  • I have updated the documentation to reflect these changes.
  • I have followed the coding style guidelines of the project.
  • I have added suitable comments to the code, especially in complex areas.
  • I have reviewed my own code to ensure there are no obvious errors.

Additional Notes

N/A

Copy link

changeset-bot bot commented Dec 28, 2023

🦋 Changeset detected

Latest commit: 649586b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
medmark-playground Minor
medmark Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@brionmario brionmario merged commit 53b6b4a into main Dec 28, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: need a way to initialize a default folder structure for Medmark related files.
1 participant