Giter VIP home page Giter VIP logo

artusx's Introduction

ArtusX

Continuous Integration FOSSA Status

Ecosystem based on Artus.js - https://www.artusjs.org.

Packages

packages Version
libs
@artusx/core NPM version
@artusx/utils NPM version
tools
@artusx/init NPM version
@artusx/init-config NPM version
@artusx/tsconfig NPM version
@artusx/eslint-config NPM version
plugins
@artusx/plugin-koa NPM version
@artusx/plugin-nest NPM version
@artusx/plugin-express NPM version
@artusx/plugin-redis NPM version
@artusx/plugin-log4js NPM version
@artusx/plugin-nunjucks NPM version
@artusx/plugin-xtransit NPM version
@artusx/plugin-sequelize NPM version
boilerplates
@artusx/boilerplate-artusx-app NPM version
@artusx/boilerplate-artusx-lib NPM version
@artusx/boilerplate-artusx-plugin NPM version

Quickstart

install @artusx/init

npm i -g @artusx/init

create web app with app boilerplate

artusx-init --name web --type apps

install deps and run the app

cd web
pnpm i
pnpm run dev

Development

prepare

install rush.js

npm install -g @microsoft/rush

install deps

rush update

create new package

# build generator tools
rush rebuild -t @artusx/init

# create new package and update projects in rush.json
rush create --name web --type apps --source local
rush create --name common --type libs --source local
rush create --name postgres --type plugins --source local

release

publish to npm.js

# export npm auth token
export NPM_AUTH_TOKEN={NPM_AUTH_TOKEN}

# update version
rush version --bump

# update changelog
rush changelog

# publish with actions
# git release v1.0.12 -m "chore: release 1.0.12"
git release {version} -m "chore: release {version}"

# publish with rush.js
rush publish --include-all --publish

License

MIT

FOSSA Status

artusx's People

Contributors

thonatos avatar yaxian avatar fossabot 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.