
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
byted-gulu-cli
Advanced tools
A command line tool for gulu.
首先保证本地安装了 mya
(用于前端代码构建)
$ npm install -g mya
$ npm install -g byted-gulu-cli
$ gulu new -h
Usage: new [options] <project>
create a new project
Options:
-t, --type [type] project type, 'pure' or 'mixed'. 'pure' for server only project, 'mixed' for project mix client with server (default: mixed)
-h, --help output usage information
现在新建工程支持两种类型
pure
:纯后端工程mixed
:前后端混合工程例如,现在要创建一个纯后端工程,可执行如下命令:
$ gulu new demo --type pure
$ gulu run -h
Usage: run [options] [env]
run project with optional env: dev(default)/prod/test
Options:
-L, --live livereload
-H, --hot hot module replacement
--verbose show debug log
--vconsole debug with vconsole
-d, --dest <path> client release output destination
-h, --help output usage information
其中,env
为 应用环境变量中定义的值,默认为 dev
在开发环境下,在项目根目录运行即可:
gulu run -H
FAQs
Command line tool for gulu
The npm package byted-gulu-cli receives a total of 2 weekly downloads. As such, byted-gulu-cli popularity was classified as not popular.
We found that byted-gulu-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.