This commit is contained in:
Ashita Prasad
2024-11-24 16:28:42 +05:30
parent 5e612f8b23
commit a0de2cfd3b
3 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2023 Ankit Mahato, Ashita Prasad
Copyright 2023 Ashita Prasad, Ankit Mahato
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,4 +1,4 @@
# curl_parser
# curl Parser
Easily parse a cURL command into a Dart object and generate cURL commands from Dart objects.
A well-tested and better alternative to [curl_converter](https://pub.dev/packages/curl_converter).

View File

@ -1,5 +1,5 @@
name: curl_parser
description: Parse cURL command to Dart object and convert Dart object to cURL commands.
description: Parse cURL command to Dart object and convert Dart object to cURL command.
version: 0.1.0
homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser