An open API service indexing awesome lists of open source software.

https://github.com/briangershon/doodads

Website adornments.
https://github.com/briangershon/doodads

browser javascript npm-module unpkg visualization

Last synced: about 2 months ago
JSON representation

Website adornments.

Awesome Lists containing this project

README

        

# doodads

This repo is for developing and publishing the `doodads` npm package.

Published in `umd` format to be picked up by `unpkg` service so that `doodads` package can be easily included in any website.

## Run Local Dev Server

npm install # install dependencies

npm start
# visit http://localhost:1234

## Run Tests

npm test

## Package project up in dist folder for release to server

npm run build

## Run lint

npm run lint

## To Publish

* Bump version in `package.json`
* Update `CHANGELOG.md`
* `git commit`
* `npm login`
* `npm publish`