purescript-codec-argonaut
Bi-directional JSON codecs for argonaut
File Explorer
- ci.yml
- Common.purs
- Compat.purs
- Generic.purs
- Migration.purs
- Record.purs
- Sum.purs
- Variant.purs
- Argonaut.purs
- Newtype.purs
- Object1.purs
- Object2.purs
- Object3.purs
- Prismatic1.purs
- Sum1.purs
- Sum2.purs
- Common.purs
- Compat.purs
- Generic.purs
- Main.purs
- Migration.purs
- Prim.purs
- Record.purs
- Sum.purs
- Util.purs
- Variant.purs
- .gitignore
- .tidyrc.json
- bower.json
- LICENSE
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
bower
View Details ▼
bower
A package manager optimized for front-end web development.
A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a registered package.
bower install
Install a project's dependencies, listed in its `bower.json`:
bower install {{package1 package2 ...}}
Install one or more packages to the bower_components directory:
bower uninstall {{package1 package2 ...}}
Uninstall packages locally from the bower_components directory:
sum
View Details ▼
sum
Compute checksums and the number of blocks for a file.
A predecessor to the more modern `cksum`.
sum {{path/to/file}}
Compute a checksum with BSD-compatible algorithm and 1024-byte blocks:
sum {{[-s|--sysv]}} {{path/to/file}}
Compute a checksum with System V-compatible algorithm and 512-byte blocks:
tag
View Details ▼
tag
Edit tags on Mac OS X files (10.9 Mavericks and above).
tag {{[-a|--add]}} {{tag_name1,tag_name2,...}} {{path/to/file}}
Add tags to a file:
tag {{[-r|--remove]}} {{tag_name}} {{path/to/file}}
Remove a tag:
tag {{[-r|--remove]}} \* {{path/to/file}}
Remove all tags from a file:
# Project Badges
-
Latest release Visit
-
Build Status
