GithubHelp home page GithubHelp logo

deno_plugin_starter's Introduction

deno_plugin_starter

Build Status tag Crates.io Docs.rs license

Quickly start a Deno plugin.

๐Ÿง What's inside?

A quick look at the files and directories you'll see in a Deno project.

.
โ”œโ”€ .cargo
โ”‚   โ””โ”€ config
โ”œโ”€ .github
โ”‚   โ””โ”€ workflows
โ”‚       โ””โ”€ ci.yml
โ”œโ”€ src
โ”‚   โ””โ”€ lib.rs
โ”œโ”€ .gitattributes
โ”œโ”€ .gitignore
โ”œโ”€ Cargo.lock
โ”œโ”€ Cargo.toml
โ”œโ”€ CHANGELOG.md
โ”œโ”€ LICENSE
โ”œโ”€ README.md
โ””โ”€ rustfmt.toml
  1. .cargo/config: Cargo allows local configuration for a particular package as well as global configuration.

  2. .github/workflows/ci.yml: GitHub Actions.

  3. src/lib.rs: Rust lib crate.

  4. .gitattributes: This file is a simple text file that gives attributes to pathnames.

  5. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  6. Cargo.lock: This file contains exact information about your dependencies. It is maintained by Cargo and should not be manually edited.

  7. Cargo.toml: This file describing your dependencies in a broad sense, and is written by you.

  8. CHANGELOG.md: This file contains a curated, chronologically ordered list of notable changes for each version of a project. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  9. LICENSE: Deno is licensed under the MIT license.

  10. README.md: A text file containing useful reference information about your project.

  11. rustfmt.toml: Configuring Rustfmt.

License

deno_plugin_starter is released under the MIT License. See the bundled LICENSE file for details.

deno_plugin_starter's People

Contributors

justjavac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

isgasho

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.