Skip to content

Commit

Permalink
Merge pull request #6 from zephraph/delete-deprecated-package
Browse files Browse the repository at this point in the history
Remove deprecated obsidian-plugin-tools
  • Loading branch information
zephraph committed Feb 21, 2021
2 parents 0a9c48e + 81637c8 commit f1bf95e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 42 deletions.
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.

0 comments on commit f1bf95e

Please sign in to comment.