A simple math file
npm install @chongren/math
const math = require('@chongren/math')
const result = math.add(1,1)
math.add(...numbers)
- Edit package
- Commit changes
- Bump up version with `npm version <major|minor|patch>
- Push to remote repository
- Publish on npm with
npm publish --access public