Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminnairi/package-json-generator
Generate package.json files directly from your browser.
https://github.com/aminnairi/package-json-generator
elm package-json
Last synced: about 5 hours ago
JSON representation
Generate package.json files directly from your browser.
- Host: GitHub
- URL: https://github.com/aminnairi/package-json-generator
- Owner: aminnairi
- License: gpl-3.0
- Created: 2022-04-21T21:35:11.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-01-22T09:42:19.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T22:05:07.250Z (6 months ago)
- Topics: elm, package-json
- Language: Elm
- Homepage: https://aminnairi.github.io/package-json-generator
- Size: 536 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# package-json-generator
Generate package.json files directly from your browser.
[![Build](https://github.com/aminnairi/elm-template/actions/workflows/build.yaml/badge.svg)](https://github.com/aminnairi/elm-template/actions/workflows/build.yaml)
## Usage
See [aminnairi.github.io/package-json-generator](https://aminnairi.github.io/package-json-generator/).
## Shortcuts
Control | Alt | Shift | Key | Description
---|---|---|---|---
:white_check_mark: | :white_check_mark: | :negative_squared_cross_mark: | `c` | Copy to clipboard
:white_check_mark: | :white_check_mark: | :negative_squared_cross_mark: | `s` | Save to disk
:white_check_mark: | :white_check_mark: | :negative_squared_cross_mark: | `r` | Reset every fields
:white_check_mark: | :white_check_mark: | :negative_squared_cross_mark: | `Enter` | Add a new field of the section
:white_check_mark: | :white_check_mark: | :negative_squared_cross_mark: | `Backspace` | Remove the current field or reset the section
:white_check_mark: | :white_check_mark: | :white_check_mark: | `Backspace` | Remove all fields of a section## Contributing
For getting started editing this project, see [`CONTRIBUTING.md`](./CONTRIBUTING.md).
## License
For more information about licensing of this template, see [`LICENSE`](./LICENSE).
## Code of conduct
For more information about the behavior to adopt when integrating this community, see [`CODE_OF_CONDUCT.md`](./CODE_OF_CONDUCT.md).