# atom-require **Repository Path**: mirrors_jfromaniello/atom-require ## Basic Information - **Project Name**: atom-require - **Description**: Allows developers to quickly add require statements to code. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Atom Require Atom package to allow developers quickly add require statements to the file they're working on. **Pull requests welcome.** ## Installation Install through the Settings pane. ## Usage * Hotkey cmd-alt-r to open up the Require select list view. * Type a module name specified in another project file or the project's package.json file. * Highlight the desired module with arrow keys. * Enter to add the require statement to the current working file. ## Features * Identifies modules available to the project through package.json and any other javascript/coffeescript files included in the project. * Green checkmarks indicate modules already required in the current file. * Quickly add require statements to a javascript file without having to move your cursor.