Setup
$ npm installBuild
$ npm run buildEdit
Install Visual Studio Code, open this workspace, and install the recommended extensions.
$ code . # open in VSCodeLive-reloading for quick feedback
If you're working on a renderer, you'll likely want quick feedback on renderer output as you edit.
Use npm start to watch PureScript files for changes, and recompile and rerun quicktype for
live feedback. For example, if you're developing a new renderer for fortran, you
could use the following command to rebuild and reinvoke quicktype as you implement your renderer:
$ npm start -- "--lang fortran test/inputs/json/samples/bitcoin-block.json"The command in quotes is passed to quicktype, so you can render local .json files, URLs, or add other options.
Test
$ npm testRequirements
dotnetcore- Maven (for example via Homebrew)
On macOS the system Java seems sufficient to run tests.
Test only a specific fixture
$ FIXTURE=golang npm testUsing Docker
$ docker build --cache-from dvdsgl/quicktype -t quicktype .
$ docker run -t quicktype test/test
$ # run specific fixtures
$ docker run -t quicktype sh -c "FIXTURE=golang,java test/test"
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
