@sweetcom/cli

0.0.83 • Public • Published

@sweetcom/cli : sweet

pipeline GitHub license npm version

is a command line cli that will run build and init SweetApps with sw command line you can create, build, start(dev mode) or test your app

dependencies :

  • nodejs >= 11
  • List of Dependencies
    • webpack
    • webpack-dev-server
    • webpack-node-externals
    • copy-webpack-plugin
    • html-webpack-plugin
    • mini-css-extract-plugin
    • node-sass
    • sass-loader
    • style-loader
    • css-loader
    • file-loader
    • babel-loader
    • @babel/core
    • @babel/plugin-proposal-class-properties
    • @babel/preset-env
    • @babel/preset-react

Basic usage:

To install the command line cli run :

npm install -g @sweetcom/cli

Start your application from default template

sweet init Myapp
cd Myapp
sweet start

Build your app

sweet build

MACOSX:

if your using a mac make sure xcode is installed run

$ gcc -v 
#if it propose to you to install xcode do it

Package Sidebar

Install

npm i @sweetcom/cli

Weekly Downloads

1

Version

0.0.83

License

ISC

Unpacked Size

267 kB

Total Files

25

Last publish

Collaborators

  • a.hassani