Sha256: 651bfb5012e54a5cc2c17b60bad4d8afd1426db4906bdacd9b20984a4c35b813

Contents?: true

Size: 1.94 KB

Versions: 9

Compression:

Stored size: 1.94 KB

Contents

<p align="center">
  <a href="https://github.com/fnando/dopstick/">
    <img width="250" src="https://github.com/fnando/dopstick/raw/main/dopstick.svg" alt="Dopstick">
  </a>
</p>

<p align="center">
  Generate a project skeleton for creating a Ruby/Node package.
</p>

<p align="center">
  <a href="https://github.com/fnando/dopstick"><img src="https://github.com/fnando/dopstick/workflows/Tests/badge.svg" alt="Tests"></a>
  <a href="https://codeclimate.com/github/fnando/dopstick"><img src="https://codeclimate.com/github/fnando/dopstick/badges/gpa.svg" alt="Code Climate"></a>
  <a href="https://rubygems.org/gems/dopstick"><img src="https://img.shields.io/gem/v/dopstick.svg" alt="Gem"></a>
  <a href="https://rubygems.org/gems/dopstick"><img src="https://img.shields.io/gem/dt/dopstick.svg" alt="Gem"></a>
</p>

---

Features:

- Github templates
- Changelog
- Generate Ruby packages
  + ActiveRecord setup (via `--active-record`)
  + CLI setup (via `--bin NAME`)
- Generate NPM packages
  + Setup TypeScript, Jest, and more!

## Installation

```bash
gem install dopstick
```

## Usage

Once the gem is installed, you can use the command `dopstick`.

```console
$ dopstick new [PATH] [OPTIONS]
```

You can check all the available options with `dopstick new --help`.

## Maintainer

- [Nando Vieira](https://github.com/fnando)

## Contributors

- https://github.com/fnando/dopstick/contributors

## Contributing

For more details about how to contribute, please read
https://github.com/fnando/dopstick/blob/main/CONTRIBUTING.md.

## License

The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT). A copy of the license can be
found at https://github.com/fnando/dopstick/blob/main/LICENSE.md.

## Code of Conduct

Everyone interacting in the dopstick project's codebases, issue trackers, chat
rooms and mailing lists is expected to follow the
[code of conduct](https://github.com/fnando/dopstick/blob/main/CODE_OF_CONDUCT.md).

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dopstick-0.0.12 README.md
dopstick-0.0.11 README.md
dopstick-0.0.10 README.md
dopstick-0.0.9 README.md
dopstick-0.0.8 README.md
dopstick-0.0.7 README.md
dopstick-0.0.6 README.md
dopstick-0.0.5 README.md
dopstick-0.0.4 README.md