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

Remove deprecated obsidian-plugin-tools #6

Merged
merged 2 commits into from
Feb 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<img src="./resources/logo.svg" alt="Obsidian Tools" />

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

A collection of tools that helps devs build plugins for obsidian
Expand All @@ -10,7 +12,7 @@ A collection of tools that helps devs build plugins for obsidian

- **create-obsidian-plugin**: Allows one to do `yarn create obsidian-plugin` or `npm init obsidian-plugin` to get a fully formed plugin scaffolding
- **obsidian-plugin-cli**: A cli tool that provides a complete plugin development experience out of the box.
- **obsidian-plugin-tools**: A library of useful plugin related utilities such as getting information about an installed plugin, getting information about a plugin in obsidian's plugin registry, or programmatically installing a plugin
- **obsidian-utils**: A collection of utilities such as getting information about an installed plugin, getting information about a plugin in obsidian's plugin registry, or programmatically installing a plugin
- **auto-plugin-obsidian**: A plugin for [auto](https://github.com/intuit/auto) that autmomates the release process for an obsidian plugin

## Contributors ✨
Expand Down
25 changes: 0 additions & 25 deletions packages/obsidian-plugin-tools/CHANGELOG.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/obsidian-plugin-tools/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/obsidian-plugin-tools/index.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/obsidian-plugin-tools/package.json

This file was deleted.