<!-- BADGES -->
npm install @stoplight/path- View the changelog: Releases
- Awesome: It is.
- .. more features
Supported in modern browsers and node.
``bash`latest stable
yarn add @stoplight/path
`ts
import * as path from '@stoplight/path';
// ...example
`
1. Clone repo.
2. Create / checkout feature/{name}, chore/{name}, or fix/{name} branch.yarn
3. Install deps: .yarn test.prod
4. Make your changes.
5. Run tests: .yarn commit
6. Stage relevant files to git.
7. Commit: . _NOTE: Commits that don't follow the conventional format will be rejected. yarn commit creates this format for you, or you can put it together manually and then do a regular git commit._git push
8. Push: .master` branch.
9. Open PR targeting the