Tianhe Gao

create-publish-scoped-public-packages

有用户名([cite/t:@tianheg/package])

```bash npm login npm init –scope=[cite/t:@tianheg] touch README.md

npm install /path/to/package

cd /path/to/package npm publish –access public ```

无用户名(package)

```bash … npm init … npm publish ```


No notes link to this note