Socket
Socket
Sign inDemoInstall

@atxm/generator-package

Package Overview
Dependencies
12
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @atxm/generator-package

Yeoman generator for Atom packages written in JavaScript, TypeScript or CoffeeScript.


Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@atxm/generator-package

npm npm CircleCI David

Description

A Yeoman generator for Atom packages written in JavaScript, TypeScript or CoffeeScript.

Features

  • scaffolds Atom packages written in JavaScript, TypeScript or CoffeeScript 2.x
  • bundles package with Rollup or Webpack
  • adds linter configurations
  • adds CI configurations
  • adds Atom package dependencies
  • adds SPDX license
  • adds activationHooks / activationCommands
  • supports loaders for CSS/SCSS
  • supports Babel presets
  • adds development scripts
  • links development packages

Prerequisites

You need Node.js installed and available in your PATH environment variable. Use your preferred Node package manager to install the Yeoman CLI tool.

npm install -g yo

Installation

Use your preferred Node package manager to install the CLI tool

npm i @atxm/generator-package -g

Usage

Create a new directory for your package and change into it:

cd ~/.atom/packages
mkdir my-package
cd my-package

Next, run the generator and follow its instructions. Use --helpto list available flags.

yo @atxm/package

ℹ️ If you prefer graphical user interfaces, atom-yeoman lets you use this generator within Atom!

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0

Keywords

FAQs

Last updated on 12 Oct 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc