Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
generator-atomic
Advanced tools
Yeoman Generator for Atomic-Design with Pug, Less and BabelJS. Integrated Galen for easy Layout-Tests.
This Yeoman generator scaffolds an atomic-design templating framework based on the markup language Pug. It comes bundled with BabelJS for ES6 support, Twitter Bootstrap, LESS or SCSS, ESLint and a build-in Livereload Server. Several Subgenerators (atom, molecule, organism...) help you during your project to quickly add new modules and link them properly. Grunt helps you to automate your workflow with several helpful tasks like "build", "release" and "serve" (default). For automated Layout-testing you can use the Galen Framework.
npm install -g yo
To install generator-atomic from npm, run:
npm install -g generator-atomic
Initiate the generator in your project folder:
yo atomic
To generate modules use following commands in your project folder:
yo atomic:atom
yo atomic:molecule
yo atomic:organism
yo atomic:template
yo atomic:page
grunt default
Runs grunt serve
.
grunt serve
Start a development server that watches files and livereloads on changes.
Subtarget: grunt serve:dist
: Serve a production Build.
grunt build
Build the (optimized for production) code into /dist
.
grunt test
Build, Serve and run Layout-Tests with Galen.
grunt release
Create a Release of the Project (bump and tag).
Tasks | Description |
---|---|
grunt release:patch | Create a patch release of the Project. |
grunt release:minor | Create a minor release of the Project. |
grunt release:mayor | Create a mayor release of the Project. |
├── □ app
| ├── □ 0_basics
| | ├── _default.pug # HTML Mastertemplate (HTML Header/Footer)
| | ├── controller.js # Javascript Main Controller
| | ├── basics.yaml # Content YAML
| | ├── main.scss # Stylesheet-file for Module imports
| | ├── variables.scss # Stylesheet Variables
| | ├── nojs.scss # Fallback CSS for Browsers without JS
| | ├── ie9.scss # Fallback CSS for IE9
| | └── □ nx helpers # Less Helper Classes
| ├── □ 1_atoms # Folder for Atoms
| ├── □ 2_molecules # Folder for Molecules
| ├── □ 3_organisms # Folder for Organisms
| ├── □ 4_templates # Folder for Templates
| └── □ 5_pages # Folder for Pages
| └── □ nx # Folder for nx-navigation, only if navigation is chosen
Each Module (atom, molecule, organism...) has this Directory Layout:
| | ├── index.pug # Module Overview Page
| | └── □ breadcrumb
| | ├── breadcrumb.pug # Demo: showcase the Module in all available versions
| | ├── _breadcrumb.pug # Markup: Pug Mixins (with _underscore)
| | ├── breadcrumb.js # Script: ES2015 through BabelJS (not in atoms, templates and pages)
| | ├── breadcrumb.unit.js # Unit-Test: Karma/Jasmine Unit Test
| | ├── breadcrumb.scss # Stylesheet
| | ├── breadcrumb.spec # Test: Galen Specfile for Layout Tests
| | └── breadcrumb.yaml # Content Model for this module
While initiating your project you can choose a toggleable navigation to navigate convenient through your atomic patterns.
Per default the nexum logo is shown in the navigation but you can add a your own logo path in the basics.yaml.
├── □ app
| ├── □ 0_basics
└── basics.yaml # Content YAML
Windows Users with npm3/node5 should use the Microsoft PowerShell. The Standard-Shell has Problems with the prompts.
You can contribute by
Please use the Angular Commit Message Format for easier Changelog generation.
npm test
Thank you for your time, we appreciate it.
MIT Licence Copyright © 2015 Michael Seel, nexum AG
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Yeoman Generator for Atomic-Design with Pug, Less and BabelJS. Integrated Galen for easy Layout-Tests.
The npm package generator-atomic receives a total of 1 weekly downloads. As such, generator-atomic popularity was classified as not popular.
We found that generator-atomic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.