@tyleretters/discography 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,10 +15,20 @@ Built with Python 3.11.5. Imports:
15
15
  - hashlib
16
16
  - datetime
17
17
 
18
- ## Instructions
18
+ ## Usage Instructions
19
+
20
+ - `npm i @tyleretters/discography`
21
+ - `import discography from '@tyleretters/discography/dist/data.json'`
22
+ - `console.log(discography)`
23
+
24
+ ## Development Instructions
19
25
 
20
26
  - clone discography
21
27
  - `cd discography/src`
22
28
  - `chmod 700 convert.py`
23
29
  - `./convert.py`
24
30
  - `cat ../dist/data.json`
31
+
32
+ ## Publishing
33
+
34
+ - `npm publish --access public`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyleretters/discography",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "A canonical discography of the music of Tyler Etters in JSON.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {