Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 312 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 312 Bytes

INSTALLATION

npm i

USE

to develop

npm start

to build

npm run build

to clean

npm run clean

to change namespace

"package.json": {
	"config": {
		"namespace": "your-namespace"
	}
}

TODO

  • git commit hook to enforce code style