我想从react native创建redis客户端,我正在学习一些教程。
https://www.smoothterminal.com/articles/using-android-native-modules
我已经建立了它。现在我正在搜索/想知道如何将它作为服务放在npm上?
我想知道在我的项目中什么是重要的文件,以及人们如何在他们的项目中使用它
- 首先,上传github项目
- 在npm上创建一个帐户
- 然后只需从控制台登录即可加载项目到npm
- 查看Example package.json文件,以便链接项目它与github上的加载在npm上
示例包.json
{
"name": "react-native-nameproject",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/user/react-native-nameproject.git"
},
"bugs": {
"url": "https://github.com/user/react-native-nameproject/issues"
},
"homepage": "https://github.com/user/react-native-nameproject#readme",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},
"keywords": [
"react-native"
],
"author": "",
"license": "",
"peerDependencies": {}
如果你把你的项目链接放在git上,它会更好地帮助你。