Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atom-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-toolbox

a simple cli for scaffolding atom projects.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

atom-cli

一个简单的atom项目工程的cli工具

安装

要求:node.js ( >= 4.x) npm version 3+ and Git

npm install -g atom-toolbox

使用

atom init <template-name> <project-name>

或者

atb init <template-name> <project-name>

或者

acli init <template-name> <project-name>

由于一些电脑上安装了atom的开发软件,再执行atom会调起开发软件,因此还支持 atb和acli,随意选择

举例

atom init webpack my-project

或者

atb init webpack my-project

或者

acli init webpack my-project

模板

目前的模板支持两种:webpack 和 fis3

  • webpack - 使用webpack构建项目
  • fis3 - 使用fis3构建项目

Keywords

FAQs

Package last updated on 28 Dec 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc