New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@astrocoders/astroman

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrocoders/astroman

Command-line interface for creating new sites based on Gatsby, ReasonML or Create React App

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Astroman 🧐

Astrocoders command line tool.

Let's you create new sites using the following frameworks:

  • Create React App.
  • Gatsby v2.
  • ReasonML.

When you create a project running astroman, you will get projects with our guidelines(https://github.com/Astrocoders/guidelines).

Install

npm install --global astroman

New

astroman new awesome-project [cra|gatsby|reason]

Gen

astroman already comes with gen, a simple lib that we use for fast generating components and screens.

We grouped generators by language, currently we have Javascript and ReasonML available. We also have generators for React Native with both languages.

JavaScript

Create a simple react component. This command also create automatically a test file and a docz story for it. astroman gen component js Test

Create tests for this component astroman gen test js Test

Create a docz file for this component astroman gen story js Test

ReasonML

Create a simple reasonml component astroman gen component re Test

Create tests for this component astroman gen test re Test

Create a story on storybook for this component astroman gen story re Test

React Native

WIP!

FAQs

Package last updated on 05 Mar 2019

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