npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

scripture-tsv

v1.2.0

Published

<div id="top"></div>

Downloads

327

Readme

Contributors Forks Stargazers Issues MIT License

About The Project

Purpose

  • The purpose of this project is to provide an API to interact with TSV data that pertain to certain scripture passages.

Problem

  • TSV resources within our applications did not have the ability to add another TSV row. Users had the ability to see existing TSV items (Existing translation notes, translation words, etc.), but did not have the ability to add/delete/move them as needed.

Background

  • TSV code that existed came from translation-helps-rcl
  • There was a function within THelps to create a TSVs object state and then to edit a TSV item. However, there was no functionality to add, delete, or move a TSV item.

Built With

Getting Started

To get a local copy up and running follow these simple example steps

Prerequisites

Things you need to use the software and how to install them.

  • npm

    npm install npm@latest -g

Installation/First Steps

  1. Clone the repo

    git clone https://github.com/unfoldingWord/scripture-tsv.git

NOTE: alternativiely, the repo may be forked.

  1. Install NPM packages

    npm install

    or

    pnpm install

Running the Vite Sandbox

This library has vite installed to use a sandbox for quick development. The vite application will run whatever code is in src/App.jsx

  1. Edit the App.jsx file to contain whatever code you want to test
  2. Run the Vite sandbox by running:
    npm run dev

Using & Running Styleguide

  1. To run a local copy of the styleguide, run

    npm run styleguide
  2. To build the styleguide into a folder called styleguide, run

    npm run styleguide:build

Contributing

  1. Create a branch to contain your changes.
  2. Make changes, commit, and push to your branch.
  3. When changes are complete, create Pull Request (PR) and request they be reviewed and merged.

Usage/Integration

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Guidelines for external contributions.

You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

If you would like to fork the repo and create a pull request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature-github_username-AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

unfoldingWord - @unfoldingWord - [email protected]

Project Link: https://github.com/unfoldingWord/scripture-tsv

Acknowledgments