The amusing locate the position of code from UI
npm install rush-papapa
# or use yarn
yarn add rush-papapa
{
"plugins": [
+ "rush-papapa/babel"
...
]
}
http://localhost:port/?rush-papapa=true&rush-papapa-debug=true&rush-papapa-editor=vscode
rush-papapa=true
Set rush-papapa=true
to enable rush-papapa in page view.
rush-papapa-debug=true
Set rush-papapa-debug=true
to inject attributes in element.
rush-papapa-editor=your-editor
Set the editor that rush-papapa would use it.
- Fork it!
- Create your new branch:
git checkout -b feature-new
orgit checkout -b fix-which-bug
- Start your magic work now
- Make sure npm test passes
- Commit your changes:
git commit -am 'feat: some description (close #123)'
orgit commit -am 'fix: some description (fix #123)'
- Push to the branch:
git push
- Submit a pull request :)
This library is written and maintained by imcuttle, moyuyc95@gmail.com.
MIT - imcuttle 🐟