https://github.com/eheikes/shopping-list
Simple shopping list creator
https://github.com/eheikes/shopping-list
list printable shopping sorted
Last synced: 7 months ago
JSON representation
Simple shopping list creator
- Host: GitHub
- URL: https://github.com/eheikes/shopping-list
- Owner: eheikes
- License: apache-2.0
- Created: 2015-03-13T15:54:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T08:25:38.000Z (almost 5 years ago)
- Last Synced: 2023-04-03T16:43:24.784Z (over 2 years ago)
- Topics: list, printable, shopping, sorted
- Language: JavaScript
- Homepage: http://eheikes.github.io/shopping-list/
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shopping List
Create a shopping list, automatically sorted by category in a printable format.
**[Use it here](http://eheikes.github.io/shopping-list/).**

## Build
To build the project, you'll need [NodeJS/npm](https://nodejs.org/).
First, install the dependencies:
```shell
npm install
```The following npm scripts are available:
```shell
npm run lint # lint the files
npm run build # compile the project into the "dist" folder
npm start # run a local server for development
npm test # run tests
```To build and publish the project to the `gh-pages` branch:
```shell
GH_TOKEN=put_your_token_here # see https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
npm run build && npm run publish
```## Contributing
Bug reports and contributions are welcome. [Create an issue or feature request](https://github.com/eheikes/shopping-list/issues), or [submit a pull request](https://help.github.com/articles/creating-a-pull-request/) with your proposed changes.
## License
Copyright 2015-2017 Eric Heikes. Licensed under the [Apache License, Version 2.0](LICENSE.txt) (the "License"); you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.