Giter VIP home page Giter VIP logo

dvt's Introduction

DVT - Development Tools

Development Tools and Templates ๐Ÿ› ๏ธ โš™๏ธ ๐Ÿ”ญ โ„๏ธโ›ท๏ธ

Overview โ€ข Usage โ€ข Contributions

Built with Nix

Overview

[Back to the Table of Contents] โ†‘

graph LR
    A[User] --> B
    B[nix develop FLAKE_FILE] --> C{Dependencies is Ready}
    C -- no --> D([Build or Copy from cache])
    C -- yes --> E(/nix/store/HASH-deps)
    D --> E
    E --> F(Ready to Develop)
Loading

Usage

[Back to the Table of Contents] โ†‘

In this section is require nix installed in your system, here steps to install:

you can SKIP this section when nix has been installed in your system and go use as development environment, project development environment, or create new project with available template.

  • Install nix in your system
    • run command: curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
    • OR Read Here for more details

Templates

available templates or development environments.

NAME Lang/Framework/Tools
node nodejs@v18, [email protected], pnpm@7
node14 nodejs@v14, [email protected], pnpm@5
go [email protected], gotools, golangci-lint
react-native See Details
  • using as development environment: nix develop "github:efishery/dvt?dir=<NAME>"

As Development Environment

  • Select the development environment by <NAME> from templates.
  • and, Run command
nix develop "github:efishery/dvt?dir=<NAME>"

As Project Development Environment

  • Go to project directory.
  • Select the development environment by <NAME> from templates.
nix flake init -t github:efishery/dvt#<NAME>
  • example for node: nix flake init -t github:efishery/dvt#node
  • in your project will contains all files from node.

Usefull Command Flags

  • -c <ENV_VAR>
    • maybe, in your local shell have been use zsh, fish, ksh, csh, or powershell. example run devshell with your current $SHELL:
    • nix develop github:efishery/dvt?dir=<NAME> -c $SHELL
  • --refresh
    • maybe, in efishery/dvt have been update the repository and you want to stay up to date. so, run development environment with flag --refresh.
    • nix develop github:efishery/dvt?dir=<NAME> --refresh - run devshell with your current $SHELL

Contributions

[Back to the Table of Contents] โ†‘

For Code Contributors

Acknowledgement

[Back to the Table of Contents] โ†‘

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.