Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezhlobo/puginjs-repl
Make transformation of pug in js online
https://github.com/ezhlobo/puginjs-repl
jsx pug react repl website
Last synced: 9 days ago
JSON representation
Make transformation of pug in js online
- Host: GitHub
- URL: https://github.com/ezhlobo/puginjs-repl
- Owner: ezhlobo
- Created: 2019-01-06T15:35:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T16:48:43.000Z (over 5 years ago)
- Last Synced: 2024-10-30T16:49:33.219Z (about 2 months ago)
- Topics: jsx, pug, react, repl, website
- Language: JavaScript
- Homepage: https://react.pugjs.org
- Size: 2.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puginjs-repl
Make transformation of pug in js online. Set necessary version and share code snippets by copying URL.
**[puginjs.now.sh](https://puginjs.now.sh/)**
[![Status of develop branch][badge]][CI URL]
[badge]: https://img.shields.io/circleci/project/github/ezhlobo/puginjs-repl.svg?longCache
[CI URL]: https://circleci.com/gh/ezhlobo/puginjs-repl/tree/master## Add new bundle
Create bundle in repository and create a PR.
```
yarn pull-bundle [version on npm]
```[See all version on npm](https://www.npmjs.com/package/babel-plugin-transform-react-pug?activeTab=versions)
## Start on localhost
```
yarn dev
```Will run local development server to test changes.