Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickderobertis/typescript-npm-sphinx-example


https://github.com/nickderobertis/typescript-npm-sphinx-example

multi-word-example npm sphinx typescript

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

# typescript-npm-sphinx-example

[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Commitizen Friendly][commitizen-img]][commitizen-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]

Example template output for copier-typescript-npm-sphinx

## Install

```bash
npm install typescript-npm-sphinx-example
```

## Usage

```ts
import 'typescript-npm-sphinx-example';
```

## Development Status

This project uses [semantic-release](https://github.com/semantic-release/semantic-release) for versioning.
Any time the major version changes, there may be breaking changes. If it is working well for you, consider
pegging to the current major version, e.g. `typescript-npm-sphinx-example@v1`, to avoid breaking changes. Alternatively,
you can always point to the most recent stable release with the `typescript-npm-sphinx-example@latest`.

## Developing

Clone the repo and then run `npm install` to set up the pre-commit hooks.

Run `npm run dev` to start the development server, and `npm run build` to create a production build
of the library.

The library files are stored in `src`, while the files for the development page are in `dev-src`.

## Author

Created by Nick DeRobertis. MIT License.

[build-img]:https://github.com/nickderobertis/typescript-npm-sphinx-example/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/nickderobertis/typescript-npm-sphinx-example/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/typescript-npm-sphinx-example
[downloads-url]:https://www.npmtrends.com/typescript-npm-sphinx-example
[npm-img]:https://img.shields.io/npm/v/typescript-npm-sphinx-example
[npm-url]:https://www.npmjs.com/package/typescript-npm-sphinx-example
[issues-img]:https://img.shields.io/github/issues/nickderobertis/typescript-npm-sphinx-example
[issues-url]:https://github.com/nickderobertis/typescript-npm-sphinx-example/issues
[codecov-img]:https://codecov.io/gh/nickderobertis/typescript-npm-sphinx-example/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/nickderobertis/typescript-npm-sphinx-example
[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]:https://github.com/semantic-release/semantic-release
[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]:http://commitizen.github.io/cz-cli/