Giter VIP home page Giter VIP logo

workspace-example's Introduction

Leadfisher workspace

Installation guide

First, download this workspace

  git clone https://github.com/LeadFisherSolutions/workspace-example
  rm -rf ./workspace-example/.git ./workspace-example/package-lock.json
  cd ./workspace-example
  ncu -u
  npm i
  nvm install latest
  nvm use latest

Update package json, all with prefix your-
If your nodejs version newer than package.json current add || your-node-version to it.

// package.json
{
  "name": "your-package-name",
  "description": "your-package-description",
  "version": "0.0.0",
  "homepage": "https://leadfisher.ru",
  "author": "your-name <your-email>",
  "license": "MIT",
  "packageManager": "[email protected]",
  "type": "commonjs",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": ["your-package-key-words"],
  "scripts": {
    "test": "node --test && tsc",
    "dev": "node index.js",
    "prettier:fix": "prettier --write \"**/*.{js,ts,json,html,cjs,md,yaml}\"",
    "eslint:fix": "eslint --fix \"**/*.{js,ts}\""
  },
  "files": [
    "/dist",
    "/src",
    "index.d.ts"
  ],
  "browser": {},
  "repository": {
    "type": "git",
    "url": "git+your-package-location"
  },
  "engines": {
    "node": ">= 20"
  },
  "devDependencies": {
    "@types/node": "^18.15.10",
    "eslint": "^8.40.0",
    "eslint-config-leadfisher": "^1.2.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.8.8",
    "typescript": "^5.0.2"
  }
}

At the end of all, add your changes to remote repository

git init
git remote add origin your-package-location
git branch -M main
git add .
git commit -m "Repository init"
git push origin main

Copyright & contributors

Copyright © 2023 Leadfisher contributors. Workspace-example is MIT licensed.
Workspace-example is one of leadfisher solutions.

workspace-example's People

Contributors

sashapop10 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.