npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

code-example

v3.3.7

Published

Language code example.

Downloads

872

Readme

Code Sample

Buy me a coffee NPM Downloads NPM Version CI

Language code example & sample.

Installation

npm install code-example --save

Using

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

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.

License

Licensed under the MIT License.