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

https://github.com/center-key/think-metric

πŸ‡ΊπŸ‡Έ Americans for Metrication
https://github.com/center-key/think-metric

metric units-of-measure

Last synced: 6 months ago
JSON representation

πŸ‡ΊπŸ‡Έ Americans for Metrication

Awesome Lists containing this project

README

          

logo

# Think Metric
### πŸ‡ΊπŸ‡Έ Americans for Metrication πŸ‡ΊπŸ‡Έ

[![License:MIT](https://img.shields.io/badge/License-CC0-blue.svg)](https://github.com/center-key/think-metric/blob/main/LICENSE.txt)
[![Build](https://github.com/center-key/think-metric/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/think-metric/actions/workflows/run-spec-on-push.yaml)
[![Publish Website](https://github.com/center-key/think-metric/actions/workflows/publish-website.yaml/badge.svg)](https://github.com/center-key/think-metric/actions/workflows/publish-website.yaml)

This project manages the website:

https://think-metric.org

The logo is built using:

https://think-metric.org/logo.html

## Practical Ways to Go Metric

We promote metric units for casual everyday use in America.
Our goal is to speed up metrication to boost America's economic competitiveness and generate more good manufacturing jobs.

This project and the content we publish are free to reuse under a permissive Creative Commons license.

## Contributor Notes
```shell
$ cd think-metric
$ npm install
$ npm run interactive
```
As you make edits to files in the **src/website** folder, your browser will automatically refresh to display the new changes.

To publish merges to the live website:

GitHub project page βž” _Actions_ βž” _Publish Website_ βž” _Run workflow_

Pull requests welcome.
You can help by contributing anything from minor typo fixes to writing new articles.


---
**CLI Build Tools for package.json**
- πŸŽ‹ [add-dist-header](https://github.com/center-key/add-dist-header):Β  _Prepend a one-line banner comment (with license notice) to distribution files_
- πŸ“„ [copy-file-util](https://github.com/center-key/copy-file-util):Β  _Copy or rename a file with optional package version number_
- πŸ“‚ [copy-folder-util](https://github.com/center-key/copy-folder-util):Β  _Recursively copy files from one folder to another folder_
- πŸͺΊ [recursive-exec](https://github.com/center-key/recursive-exec):Β  _Run a command on each file in a folder and its subfolders_
- πŸ” [replacer-util](https://github.com/center-key/replacer-util):Β  _Find and replace strings or template outputs in text files_
- πŸ”’ [rev-web-assets](https://github.com/center-key/rev-web-assets):Β  _Revision web asset filenames with cache busting content hash fingerprints_
- πŸš† [run-scripts-util](https://github.com/center-key/run-scripts-util):Β  _Organize npm package.json scripts into groups of easy to manage commands_
- 🚦 [w3c-html-validator](https://github.com/center-key/w3c-html-validator):  _Check the markup validity of HTML files using the W3C validator_

[CC0 License](LICENSE.txt)