offcourse 0.0.1 → 0.0.2
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.
- package/README.md +5 -0
- package/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Offcourse
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/offcourse)
|
|
4
|
+
[](https://www.npmjs.com/package/offcourse)
|
|
5
|
+
[](https://github.com/sebastian-software/offcourse/blob/main/LICENSE)
|
|
6
|
+
[](https://nodejs.org)
|
|
7
|
+
|
|
3
8
|
Download online courses for offline access – of course! 📚
|
|
4
9
|
|
|
5
10
|
> 🚧 **Coming Soon** – This package is currently in private development.
|
package/cli.js
CHANGED