Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnando/dopstick
Generate a project skeleton for creating a rubygems and npm packages.
https://github.com/fnando/dopstick
nodejs npm rails ruby rubygems yarn
Last synced: 5 days ago
JSON representation
Generate a project skeleton for creating a rubygems and npm packages.
- Host: GitHub
- URL: https://github.com/fnando/dopstick
- Owner: fnando
- License: mit
- Created: 2020-11-03T06:21:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T16:48:01.000Z (over 1 year ago)
- Last Synced: 2024-04-25T07:22:12.195Z (9 months ago)
- Topics: nodejs, npm, rails, ruby, rubygems, yarn
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Generate a project skeleton for creating a Ruby/Node package.---
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).