bilink-cli

0.0.21 • Public • Published

bi-link

Installation


// with npm
npm i bilink-cli

// with yarn
yarn add bilink-cli

Development


  • Use bilink create or bilink c to create a new micro module
  • Use billink or bilink serve or bilink s to start your server. You can append the name of the module you want to start
  • Use bilink preview or bilink p to view the preview of the build product
  • Use bilink build or bilink b to compile the specified micro module and output it to the specified folder

Config


  • Each micro module created has a vite.js configuration file. The configuration returned by this file is the same as the original configuration of vite. Developers can override the original vite configuration by customizing this file configuration and take effect on the micro modules in the same folder

Build


-To compile into a usable bin script, you must use npm run vite:build

Readme

Keywords

none

Package Sidebar

Install

npm i bilink-cli

Weekly Downloads

1

Version

0.0.21

License

GPL-3.0-or-later

Unpacked Size

30.8 kB

Total Files

8

Last publish

Collaborators

  • biggerstar
  • bilink