prettier-chrome
π¨ An extension that can run Prettier in the browser
File Explorer
Download Latest Version (.zip)- settings.json
- 128.png
- 16.png
- 48.png
- icon.png
- bin-prettier.js
- index.js
- LICENSE
- package.json
- parser-angular.js
- parser-babylon.js
- parser-flow.js
- parser-glimmer.js
- parser-graphql.js
- parser-html.js
- parser-markdown.js
- parser-parse5.js
- parser-postcss.js
- parser-typescript.js
- parser-vue.js
- parser-yaml.js
- README.md
- standalone.js
- third-party.js
- favicon.ico
- index.html
- manifest.json
- menus.ts
- .gitkeep
- CodeMirrorMarkdownEditor.ts
- ContentEditableMarkdownEditor.ts
- TextAreaMarkdownEditor.ts
- MarkdownEditorFactory.ts
- background.ts
- content.ts
- parsers.ts
- prettier.ts
- tsconfig.json
- Popup.tsx
- App.tsx
- config.ts
- main.ts
- router.ts
- store.ts
- editor.d.ts
- emotion.d.ts
- prettier.d.ts
- .all-contributorsrc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitattributes
- .gitignore
- .postcssrc.js
- .prettierignore
- .prettierrc
- .travis.yml
- babel.config.js
- bili.config.js
- LICENSE
- package.json
- README.md
- tsconfig.json
- vue.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/u3u/prettier-chrome
Downloads the entire project code from GitHub to your computer.
cd prettier-chrome
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
