https://github.com/jaywcjlove/code-example
Language code example & sample.
https://github.com/jaywcjlove/code-example
language languages sample-code
Last synced: about 1 year ago
JSON representation
Language code example & sample.
- Host: GitHub
- URL: https://github.com/jaywcjlove/code-example
- Owner: jaywcjlove
- Created: 2018-07-24T14:59:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T17:54:28.000Z (about 1 year ago)
- Last Synced: 2025-04-30T08:12:19.406Z (about 1 year ago)
- Topics: language, languages, sample-code
- Language: JavaScript
- Homepage: https://jaywcjlove.github.io/code-example
- Size: 349 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Code Sample
===
[](https://jaywcjlove.github.io/#/sponsor)
[](https://github.com/jaywcjlove/code-example)
[](https://www.npmjs.com/package/code-example)
[](https://github.com/jaywcjlove/code-example/actions/workflows/ci.yml)
Language code example & sample.
## Installation
```bash
npm install code-example --save
```
## Using
```js
import('code-example/lib/php.js').then((data) => {
console.log('Language PHP Code Example:', data.default);
});
// load txt file
// https://github.com/microsoft/monaco-editor/tree/gh-pages/index/samples
import('code-example/txt/sample.php.txt').then((data) => {
console.log('Language PHP Code Example:', data.default);
});
```
## Language
```bash
diff.lhs.txt sample.freemarker2.txt sample.mysql.txt sample.sb.txt
diff.rhs.txt sample.fsharp.txt sample.nginx.txt sample.scala.txt
sample.abap.txt sample.go.txt sample.objective-c.txt sample.scheme.txt
sample.aes.txt sample.graphql.txt sample.pascal.txt sample.scss.txt
sample.apex.txt sample.handlebars.txt sample.pascaligo.txt sample.shell.txt
sample.azcli.txt sample.hcl.txt sample.perl.txt sample.sol.txt
sample.bat.txt sample.html.txt sample.pgsql.txt sample.sparql.txt
sample.bicep.txt sample.ini.txt sample.php.txt sample.sql.txt
sample.brainfuck.txt sample.java.txt sample.pla.txt sample.st.txt
sample.c.txt sample.javascript.txt sample.plaintext.txt sample.stylus.txt
sample.cameligo.txt sample.json.txt sample.postiats.txt sample.swift.txt
sample.clike.txt sample.jsx.txt sample.powerquery.txt sample.systemverilog.txt
sample.clojure.txt sample.julia.txt sample.powershell.txt sample.tcl.txt
sample.coffeescript.txt sample.kotlin.txt sample.proto.txt sample.toml.txt
sample.cpp.txt sample.less.txt sample.pug.txt sample.tsx.txt
sample.csharp.txt sample.lex.txt sample.python.txt sample.twig.txt
sample.csp.txt sample.lexon.txt sample.qsharp.txt sample.typescript.txt
sample.css.txt sample.liquid.txt sample.r.txt sample.vb.txt
sample.dart.txt sample.livescript.txt sample.razor.txt sample.vbscript.txt
sample.dockerfile.txt sample.lua.txt sample.redis.txt sample.verilog.txt
sample.ecl.txt sample.m3.txt sample.redshift.txt sample.vue.txt
sample.elixir.txt sample.markdown.txt sample.restructuredtext.txt sample.xml.txt
sample.erlang.txt sample.mips.txt sample.ruby.txt sample.yaml.txt
sample.flow9.txt sample.msdax.txt sample.rust.txt
```
## Contributors
As always, thanks to our amazing contributors!
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
## License
Licensed under the MIT License.